Skip to Content

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

Build the QtWidgets scene library.

Dependencies:
and 11 transitive dependencies:
Host Dependencies:
5 transitive dependencies:

# Dependencies

and 15 transitive dependencies:

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • JoergAtGithub's avatar JoergAtGithub

# Changelog

  • 5d70180 [spix] Add port (#49343)

# Source