Skip to content

Commit

Permalink
Test unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 18, 2024
1 parent ca48a05 commit 06361ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/uniovi/Wiq_IntegrationTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Wiq_IntegrationTests {
static public void begin() {
WebDriverManager.firefoxdriver().setup();
FirefoxOptions options = new FirefoxOptions();
options.setCapability("marionette", true);
options.addArguments("--headless"); // Run Firefox in headless mode
driver = new FirefoxDriver(options);
driver.navigate().to(URL);
Expand Down

0 comments on commit 06361ae

Please sign in to comment.