Skip to content

Commit 310deba

Browse files
author
Eduard Heimbuch
committed
Use chrome browser for cypress e2e tests
1 parent bdbaaa3 commit 310deba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ node('vagrant') {
121121
}
122122

123123
stage('e2e Tests') {
124-
ecoSystem.runCypressIntegrationTests([cypressImage: "cypress/included:12.17.1", enableVideo: true, enableScreenshots: true])
124+
ecoSystem.runCypressIntegrationTests([cypressImage: "cypress/included:12.17.1", enableVideo: true, enableScreenshots: true, additionalCypressArgs: "--browser chrome"])
125125
}
126126

127127
stage('Push changes to remote repository') {

0 commit comments

Comments
 (0)