Skip to content

Commit

Permalink
Updated Serenity
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Mar 6, 2024
1 parent b91ff63 commit 0717bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<serenity.version>4.0.44</serenity.version>
<serenity.version>4.1.3</serenity.version>
<encoding>UTF-8</encoding>
<serenity.test.root></serenity.test.root>
<tags></tags>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/serenity.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ environments {
browserName = "chrome"
acceptInsecureCerts = true
"goog:chromeOptions" {
args = ["test-type", "ignore-certificate-errors", "--window-size=1000,800", "headless"
args = ["test-type", "ignore-certificate-errors", "--window-size=1000,800",
"incognito", "disable-infobars", "disable-gpu", "disable-default-apps", "disable-popup-blocking"]
}
}
Expand Down

0 comments on commit 0717bcb

Please sign in to comment.