Skip to content

spixv0.14

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)

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No default features.

#qtwidgets

Build the QtWidgets scene library.

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

#Dependencies

and 15 transitive dependencies:

#Host Dependencies

and 3 transitive dependencies:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Matthias Kuhn's avatarMatthias Kuhn
  • مهدي شينون (Mehdi Chinoune)'s avatarمهدي شينون (Mehdi Chinoune)
  • Alexander Neumann's avatarAlexander Neumann
  • JoergAtGithub's avatarJoergAtGithub

#Changelog

  • 5d70180[spix] Add port (#49343)
  • 70c262b[Qt] Update to 6.5.0 (#28536)
  • 1924508[spix] update to 0.5 and build against Qt6 (#30367)
  • 290865eBump spix version to 0.4 (#26555)
  • 4bd67a4[spix] Add new port (#19351)