An open API service indexing awesome lists of open source software.

https://github.com/mathisloge/quite

Quite is a lightweight UI testing framework for native applications, with seamless support for Qt.
https://github.com/mathisloge/quite

cpp framework qt test test-automation testing-tools ui ui-test ui-test-automation

Last synced: 7 months ago
JSON representation

Quite is a lightweight UI testing framework for native applications, with seamless support for Qt.

Awesome Lists containing this project

README

          


Quite UI Testing Framework
[!CAUTION]
> The project is currently in its early development phase and will be until a v2 release is done.
> There is no API stability or other guarantees at this time.
> Changes may occur without notice, and existing code may become incompatible with future versions.
> Until v2 I will not mark any change as breaking change.

# Release and branch strategy

All PRs should be target the develop branch.
Each commit with a `feat:` type, will trigger an minor version bump and a pre-release.
Each breaking change will result in a breaking change (note, that until v2 I will not mark any change as breaking).
At some point I will merge the develop into the main, which results in a new release.