Hello,
I’m trying to do a simple stupid app (for the moment) to remember qml and c++. And currently I wished to add some unit tests, and I don’t found a way to have it.
I found there is the QtQuick in the qml, but when I don’t see how to run it (also the qml was not my specific target) and if I try to add a file of test like is commented in the qt tutorial: Chapter 1: Writing a Unit Test | Qt Test 5.15.4 the qttest is not found in the include
Somebody did some automated testing? How did you get it running?
Thanks,