Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitakovaliov92 committed Jul 18, 2024
1 parent 419b1f2 commit 420d24b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public static void setupStaticContext(String propertyFile, String baseUrlPropert
() -> {
capabilities.setBrowserName(Browsers.CHROME);
chromeOptions = new ChromeOptions()
.addArguments("--headless=new")
// The /dev/shm partition is too small in certain VM environments, causing Chrome to fail
// or crash (see http://crbug.com/715363).
// Use this flag to work around this issue (a temporary directory will always be used to
Expand Down

0 comments on commit 420d24b

Please sign in to comment.