spix v0.14
- Created
- Updated
A minimally invasive UI testing library for Qt/QML applications. Control your application and verify its behavior using a simple C++ API.
# Usage
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) # License
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No default features set.
# qtwidgets
# Dependencies
- anyrpc
qtdeclarative
Features: (none)
and 15 transitive dependencies:
- double-conversion (by qtbase )
- egl (by qtbase )
- egl-registry (by opengl-registry )
- md4c (by qtbase )
- opengl-registry (by opengl )
qtbase (by qtbase , qtdeclarative , qtlanguageserver , qtshadertools , qtsvg )
Features:
concurrent,cups,doubleconversion,egl,freetype,gles2,gui,network,opengl,pcre2,testlib,thread,widgets- qtlanguageserver (by qtdeclarative )
qtshadertools (by qtdeclarative )
Features: (none)
- qtsvg (by qtdeclarative )
- zlib (by angle )
# Host Dependencies
and 3 transitive dependencies:
- vcpkg-cmake-get-vars (by vcpkg-make )
- vcpkg-get-python-packages (by angle )
- vcpkg-make (by libb2 )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
JoergAtGithub