mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 20:42:52 +00:00
test: increase ui test coverage
This commit is contained in:
@@ -53,27 +53,29 @@ unit:
|
||||
paths:
|
||||
- coverage
|
||||
|
||||
e2e-chrome:
|
||||
image: cypress/browsers:node14.19.0-chrome100-ff99-edge
|
||||
stage: test
|
||||
script:
|
||||
- npm run e2e -- --watch=false --headless=true --browser=chrome
|
||||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
- cypress/videos
|
||||
- cypress/screenshots
|
||||
# We are using a pre-commit hook to reduce runner load
|
||||
# and increase consistency with tests
|
||||
# e2e-chrome:
|
||||
# image: cypress/browsers:node14.19.0-chrome100-ff99-edge
|
||||
# stage: test
|
||||
# script:
|
||||
# - npm run e2e -- --watch=false --headless=true --browser=chrome
|
||||
# artifacts:
|
||||
# when: on_failure
|
||||
# paths:
|
||||
# - cypress/videos
|
||||
# - cypress/screenshots
|
||||
|
||||
e2e-firefox:
|
||||
image: cypress/browsers:node14.19.0-chrome100-ff99-edge
|
||||
stage: test
|
||||
script:
|
||||
- npm run e2e -- --watch=false --headless=true --browser=firefox
|
||||
artifacts:
|
||||
when: on_failure
|
||||
paths:
|
||||
- cypress/videos
|
||||
- cypress/screenshots
|
||||
# e2e-firefox:
|
||||
# image: cypress/browsers:node14.19.0-chrome100-ff99-edge
|
||||
# stage: test
|
||||
# script:
|
||||
# - npm run e2e -- --watch=false --headless=true --browser=firefox
|
||||
# artifacts:
|
||||
# when: on_failure
|
||||
# paths:
|
||||
# - cypress/videos
|
||||
# - cypress/screenshots
|
||||
|
||||
audit:
|
||||
stage: test
|
||||
|
||||
Reference in New Issue
Block a user