mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-17 03:36:22 +00:00
ci: use custom cypress image
This commit is contained in:
@@ -72,7 +72,7 @@ unit:
|
||||
path: coverage/cobertura-coverage.xml
|
||||
|
||||
.e2e-chrome:
|
||||
image: cypress/browsers:node14.19.0-chrome100-ff99-edge
|
||||
image: registry.gitlab.com/openstapps/projectmanagement/cypress
|
||||
stage: test
|
||||
script:
|
||||
- npm run e2e -- --watch=false --headless=true --browser=chrome
|
||||
@@ -83,7 +83,7 @@ unit:
|
||||
- cypress/screenshots
|
||||
|
||||
.e2e-firefox:
|
||||
image: cypress/browsers:node14.19.0-chrome100-ff99-edge
|
||||
image: registry.gitlab.com/openstapps/projectmanagement/cypress
|
||||
stage: test
|
||||
script:
|
||||
- npm run e2e -- --watch=false --headless=true --browser=firefox
|
||||
|
||||
Reference in New Issue
Block a user