Loading .gitlab-ci.yml +1 −15 Original line number Diff line number Diff line Loading @@ -23,21 +23,7 @@ variables: S3_STAGING_DISABLED: 'true' S3_REVIEW_PREFIX: ${CI_COMMIT_REF_SLUG} PLAYWRIGHT_IMAGE: 'mcr.microsoft.com/playwright:v1.45.2-jammy' stages: - build - test - acceptance - deploy - publish - production playwright: script: - mkdir -p -m 777 reports - npx playwright install chrome - npx playwright install msedge - PLAYWRIGHT_JUNIT_OUTPUT_NAME=reports/playwright.xunit.xml npx playwright test ${TRACE+--debug} --reporter=junit $PLAYWRIGHT_EXTRA_ARGS REVIEW_ENABLED: "true" # override Angular build job to run build only (no tests) ng-build: Loading pre-playwright.sh 0 → 100644 +3 −0 Original line number Diff line number Diff line #!/usr/bin/env sh npx playwright install chrome npx playwright install msedge Loading
.gitlab-ci.yml +1 −15 Original line number Diff line number Diff line Loading @@ -23,21 +23,7 @@ variables: S3_STAGING_DISABLED: 'true' S3_REVIEW_PREFIX: ${CI_COMMIT_REF_SLUG} PLAYWRIGHT_IMAGE: 'mcr.microsoft.com/playwright:v1.45.2-jammy' stages: - build - test - acceptance - deploy - publish - production playwright: script: - mkdir -p -m 777 reports - npx playwright install chrome - npx playwright install msedge - PLAYWRIGHT_JUNIT_OUTPUT_NAME=reports/playwright.xunit.xml npx playwright test ${TRACE+--debug} --reporter=junit $PLAYWRIGHT_EXTRA_ARGS REVIEW_ENABLED: "true" # override Angular build job to run build only (no tests) ng-build: Loading
pre-playwright.sh 0 → 100644 +3 −0 Original line number Diff line number Diff line #!/usr/bin/env sh npx playwright install chrome npx playwright install msedge