A minimally invasive UI testing library for Qt/QML applications. Control your application and verify its behavior using a simple C++ API.
spix provides CMake targets:
find_package(Spix CONFIG REQUIRED)
For test of QtQuick/QML based applications:
target_link_libraries(main PRIVATE Spix::QtQuick)
For test of QWidget based applications (requires qtwidgets feature enabled):
target_link_libraries(main PRIVATE Spix::QtWidgets)
Build the QtWidgets scene library.
v0.14#0
!uwp
MIT
Manifest