aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quicktest
Commit message (Expand)AuthorAgeFilesLines
* QUICK_TEST_MAIN_WITH_SETUP: fix qmlEngineAvailable() being called too lateMitch Curtis2019-03-214-0/+25
* Qt Quick Test: support tags filter on tests runKirill Burtsev2018-11-151-0/+60
* Fix TestCase::skip to ignore rest of the data rows in TestCaseKirill Burtsev2018-11-072-1/+64
* Exit test executable with failure if specified test functions are not foundKari Oikarinen2018-06-218-1/+262
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* tests: Wrap qWaitForWindow{Active,Exposed} in QVERIFYv5.11.0-beta1Kari Oikarinen2018-02-231-1/+1
* Add QUICK_TEST_MAIN_WITH_SETUP to allow executing C++ before a QML testMitch Curtis2018-02-024-1/+107
* Revert "Make QtQuickTest::mouseEvent use QTest::mouseX"Jani Heikkinen2017-09-043-91/+1
* Make QtQuickTest::mouseEvent use QTest::mouseXAlbert Astals Cid2017-08-303-1/+91
* Fix SignalSpy with QQmlPropertyMap signalsAlbert Astals Cid2016-11-306-0/+246