Replies: 1 comment
|
We've got a commercial add-on for end-to-end GUI testing using Python. We also have some Rust and C++ APIs for unit testing with simulated clicks in-process but it's not stable yet. We hope the stabilize those APIs in the coming months. But we don't have a pure Slint-scripted testing solution. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I was looking for a test suite for slint files, something like the Qt's Quick Test module, but can't find info about it other than docs/testing.md; is this how I should write tests for my components? Or is there other way?
Many thanks!
All reactions