gilde-ci-cd/templates/npm/npm-e2e-playwright.gitlab-ci.yml
Alex Munoz 3da8828a94 Merge branch 'npm-pipeline-update' into 'master'
Npm pipeline update

See merge request gilden/ci/gitlab-ci-templates!113
2022-10-17 18:55:45 +00:00

16 lines
294 B
YAML

.npm-e2e-playwright:
image: $NODE_E2E_IMAGE
stage: verify
interruptible: true
script:
- >
if [ "$FRONTEND_DIR" != "" ]; then
cd $FRONTEND_DIR
fi
- npm run ci:e2e
artifacts:
expire_in: '7d'
reports:
junit:
- '**/e2e-reports/**/**.xml'