You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
andreped
changed the title
Add GUI unit tests with pyautogui
Feature: Add GUI unit tests with pyautogui
Sep 25, 2023
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.
The text was updated successfully, but these errors were encountered: