-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Is your feature request related to a problem? Please describe.
It would be extremely useful to add GUI tests to verify that the software is working as intended.
Describe the solution you'd like
A way to solve this problem is to use pyautogui to enable autoclicks, and make GUI-tests with a robot that essentially performs the workflow pipeline that a human operator might do. This can at least be done to test whether any errors occur (by checking the log) when performing tests.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
A good resource on how to test Qt applications on headless machines (which is the case for GitHub Actions) can be seen here.
Metadata
Metadata
Labels
Type
Projects
Status