qt-qml-test-run
Installation
SKILL.md
Qt QML Test Runner Skill
Build and run Qt Quick Test (TestCase / qmltestrunner) tests
for a QML project, then write a structured Markdown report.
Scope
In scope:
- Building a Qt 6 / CMake project that contains
tst_*.qmlfiles. - Opt-in wiring up of missing test infrastructure
(with
--wire-up: writestests/CMakeLists.txtandtests/main.cpp, proposes three lines for the rootCMakeLists.txtfor the user to approve). - Running tests by invoking the built test binary or
qmltestrunnerdirectly, depending on path. - Parsing the resulting JUnit XML and writing a Markdown report.