testable icon indicating copy to clipboard operation
testable copied to clipboard

QT/QML Test Runner and Utilities

Results 3 testable issues
Sort by recently updated
recently updated
newest added

Usage of QTime::start/elapsed is deprecated, so as Qt documentation suggests use QElapsedTimer

The testable framework does not parse the -o argument correctly from the command line Steps: Create a project using testable with one test Run the app using the -o argument...

Example: two test cases classes in C++ called test1 test2 using the arguments -o ./testResult.xml -xml would produce ./testResult_test1.xml and ./testResult_test2.xml Any qml will test will produce one ./testResult_QuickTest.xml file