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 b47e2e6
Show file tree
Hide file tree
Showing 10 changed files with 1,190 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
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 b47e2e6

Please sign in to comment.