Skip to content
Snippets Groups Projects

Cypress tests

1 file
+ 4
8
Compare changes
  • Side-by-side
  • Inline
+ 4
8
@@ -11,13 +11,6 @@ workflow:
@@ -11,13 +11,6 @@ workflow:
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH
- if: $CI_COMMIT_BRANCH
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- .npm
- cache/Cypress
- node_modules
stages:
stages:
- init
- init
- security
- security
@@ -145,6 +138,8 @@ stages:
@@ -145,6 +138,8 @@ stages:
Init:
Init:
artifacts:
artifacts:
paths:
paths:
 
- .npm
 
- cache/Cypress
- node_modules
- node_modules
image: ${DEVOPS_REGISTRY}usgs/node:16
image: ${DEVOPS_REGISTRY}usgs/node:16
script:
script:
@@ -219,7 +214,8 @@ Lint:
@@ -219,7 +214,8 @@ Lint:
End to End Tests:
End to End Tests:
image: cypress/base:16.14.0
image: cypress/base:16.14.0
needs: []
needs:
 
- Init
parallel:
parallel:
matrix:
matrix:
- CMD: cy:run:dashboard
- CMD: cy:run:dashboard
Loading