qt-qml-test
Installation
SKILL.md
Qt Quick Test Skill
Generate a Qt Quick Test unit test (tst_*.qml) for one or more
QML components.
Scope
In scope:
- Authoring
tst_*.qmlfiles usingTestCase,SignalSpy,tryCompare, and Qt Quick Test mouse/key helpers. - Testing properties of QML components.
- Testing Qt Quick Controls (Button, TextField, Slider, SpinBox, Dial, Dialog, MenuItem, Image, MouseArea, TapHandler, NumberAnimation, RegularExpressionValidator, etc.).
- Testing whether signals emitted by Qt Quick Controls work,
via
SignalSpy. - Single-document and multi-document generation (one
tst_*.qmlper source QML file).