Skip to content

Commit

Permalink
upload screenshots with test report
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Sep 1, 2024
1 parent ea50a67 commit 0099f7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/org/selenide/examples/cucumber/TextReport.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ public class TextReport {

@BeforeAll
public static void beforeAllTests() {
Configuration.reportsFolder = "target/surefire-reports";
Configuration.downloadsFolder = "target/downloads";
Configuration.browserCapabilities = new ChromeOptions()
.addArguments("--disable-blink-features=AutomationControlled");
}
Expand Down

0 comments on commit 0099f7b

Please sign in to comment.