Full GUI tests allow you to simulate a GUI program and record a screen-capture.
Adding a Full GUI Test
To add a full GUI test, navigate to Checks in the left sidebar and use the New Check + button. Next, select the Full GUI Test option in the drop-down and see the settings below:
Settings
Description
The test description. Shown to users if the task is live and checks are shared (which is the default).
Command
The command to run the test with. For example, a Python test can be run with python3 {{test}}.
Test Contents
Add code here to run the GUI program. Add assert statements to verify the program runs correctly.
Filename Override
Optionally specify a customized name for the test file.