1. Home
  2. Browse
  3. spix

spix

v0.14#0Latest

A minimally invasive UI testing library for Qt/QML applications. Control your application and verify its behavior using a simple C++ API.

Install

Run the following Vcpkg command to install the port.

vcpkg install spix

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)

Features

Dependencies

See source

Version

v0.14#0

Publication

Supports

!uwp

GitHub

faaxm/spix

Homepage

github.com/faaxm/spix

Subtree

5d70180b00

License

MIT

Definition

Manifest