Skip to content

Commit

Permalink
non-headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
izzat5233 committed May 13, 2023
1 parent 557ed15 commit 40bd1a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ public class Configuration extends ApplicationTestBase {

@BeforeAll
public static void launch() throws Exception {
System.setProperty("testfx.robot", "glass");
System.setProperty("testfx.headless", "true");
System.setProperty("prism.order", "sw");
System.setProperty("prism.text", "t2k");
System.setProperty("java.awt.headless", "true");
// System.setProperty("testfx.robot", "glass");
// System.setProperty("testfx.headless", "true");
// System.setProperty("prism.order", "sw");
// System.setProperty("prism.text", "t2k");
// System.setProperty("java.awt.headless", "true");
ServiceManager.initializeAdminService();
ServiceManager.initializeEntityServices(Prompter.getInstance(), Prompter.getInstance());
ApplicationTest.launch(SceneManager.class);
Expand Down

0 comments on commit 40bd1a8

Please sign in to comment.