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.
- Host: GitHub
- URL: https://github.com/mathisloge/quite
- Owner: mathisloge
- License: mit
- Created: 2024-02-24T14:32:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-27T20:34:46.000Z (9 months ago)
- Last Synced: 2025-07-27T21:30:49.736Z (9 months ago)
- Topics: cpp, framework, qt, test, test-automation, testing-tools, ui, ui-test, ui-test-automation
- Language: C++
- Homepage:
- Size: 6.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[!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.