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
Note: while the tests are running (if you are not using a dedicated headless display), keep your hands off the mouse and keyboard - otherwise, mouse and keyboard interactions will interfere with the test execution!
Running the tests in Eclipse
The tests can be run in Eclipse like other JUnit based unit tests. To run the complete test suite, select the src/integrationTest/java folder below the richtextfx project and select "Run as => JUnit Test" from the context menu.
NOTE: (At least on Windows), the tests require the "glass" robot adapter to run successfully. Make sure to define the property -Dtestfx.robot=glass when launching a test.
Running the tests with gradle
To run the TestFX tests from the command line, use