Skip to content

Commit

Permalink
Use chrome browser for cypress e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Heimbuch committed Aug 4, 2023
1 parent bdbaaa3 commit 310deba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ node('vagrant') {
}

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

stage('Push changes to remote repository') {
Expand Down

0 comments on commit 310deba

Please sign in to comment.