https://github.com/mathisloge/quite
Quite is a 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: 17 days ago
JSON representation
Quite is a 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: develop
- Last Pushed: 2026-04-26T06:09:10.000Z (23 days ago)
- Last Synced: 2026-05-01T22:35:33.041Z (17 days ago)
- Topics: cpp, framework, qt, test, test-automation, testing-tools, ui, ui-test, ui-test-automation
- Language: C++
- Homepage: https://quite.rocks/
- Size: 8.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
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.
# Documentation
Full documentation is available at [quite.rocks](https://quite.rocks).
Some useful starting points:
- [Getting Started](https://quite.rocks/develop/getting-started) – install quite and run your first test
- [Building from Source](https://quite.rocks/develop/building) – instructions for compiling
# 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.