Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Skip GUI-related tests when no X11 DISPLAY is set
- Added check for DISPLAY environment variable in SwingAppWithJavaFXAndJEditorPaneTest. - Throw SkipException to skip GUI tests if DISPLAY is not set. - Ensures GUI tests are only run in environments with an available display.
- Loading branch information