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