...
Currently all of the Robot based tests are in systemTests, and must live in the test.robot package.
Running a single test
Often a single test can be run for debugging using the --tests option to gradle:
gradle -PFULL_TEST=true -PROBOT_TEST=tue :systemTests:test --tests test.robot.javafx.embed.swing.RT32570Test
In this example, we want to run a single test in systemTests, which needs to be enabled with FULL_TEST
Disabling/Optional Unit Tests
...
Overview
Content Tools
ThemeBuilder