Skip to content

Commit

Permalink
ci: setup playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
chintankavathia committed Nov 14, 2024
1 parent 26a762a commit 0ec14b4
Show file tree
Hide file tree
Showing 10 changed files with 1,244 additions and 32 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ jobs:
env:
CI: true

- name: E2E Prepare
run: |
npm run e2e:prepare --if-present
env:
CI: true

- name: E2E
run: |
npm run vrt --if-present
env:
CI: true

- name: Build Docs
run: |
npm run build-docs --if-present
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ coverage/
yarn.lock
/.vscode
*.tgz
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
Loading

0 comments on commit 0ec14b4

Please sign in to comment.