Skip to content

Commit

Permalink
fix gitkeep trick, add remove users
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed Nov 3, 2023
1 parent cb5e7bd commit 4f3a011
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ test-results/
playwright-report/
blob-report/
playwright/.cache/
playwright/.auth/
playwright/.auth/*
!playwright/.auth/.gitkeep
2 changes: 2 additions & 0 deletions ci/pipeline-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,10 @@ jobs:
file: src/ci/partials/e2e-test.yml
image: node
params:
APP_ENV: ((deploy-env))
APP_HOSTNAME: https://((((deploy-env))-pages-domain))
DOMAIN: ((((deploy-env))-pages-domain))
PLAYWRIGHT_HTML_REPORT: playwright-report/$BUILD_NAME
- put: s3


Expand Down
2 changes: 2 additions & 0 deletions ci/tasks/e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ yarn install
yarn playwright install-deps
yarn playwright install

node scripts/create-test-user.js
yarn playwright test
node scripts/remove-test-user.js
Empty file added playwright/.auth/.gitkeep
Empty file.

0 comments on commit 4f3a011

Please sign in to comment.