gilde-ci-cd/templates/npm/npm-e2e-playwright.gitlab-ci.yml
2022-09-20 11:48:09 +00:00

15 lines
272 B
YAML

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