Skip to content

Commit 7ca88cc

Browse files
committed
Updated the BrowserStack version of Chrome used for the acceptance tests
1 parent 2cf24ec commit 7ca88cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-monitor-acceptance/src/test/resources/serenity.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
browserstack {
22
url = "" // set by maven, so that the remote browser is only used on Jenkins
3-
browser_version = "48.0"
3+
browser_version = "57.0"
44
browser = "chrome"
55
os = "Windows"
6-
os_version = "7"
6+
os_version = "10"
77

88
debug = true
99
local = true

0 commit comments

Comments
 (0)