Registry / testing / spix
library0.5vcpkgunverified

A minimally invasive UI testing library that enables your Qt/QML app's UI to be controlled either via c++ code, or through an http RPC interface.

vcpkg install spix
INSTALL
IMPORT
SIG · SPIX
S
spix
testingcppv0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

spix/spix.h
#include <spix/spix.h>

Initialize Spix for Qt/QML UI testing

#include <spix/spix.h> #include <iostream> int main() { spix::Spix spix; spix.start(); std::cout << "Spix UI testing started" << std::endl; return 0; }
Debug
Known issues
gotchaRequires Qt5 or Qt6 with QML support; may not work with all Qt versions
fix
Ensure Qt with QML module is installed and linked
affects: all
Upgrade
Version history
0.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
spix — pip install spix · libregistry