Set up end-to-end tests (#85)
This commit is contained in:
parent
3c369b435e
commit
d0965d17e4
22 changed files with 1470 additions and 108 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -37,3 +37,13 @@ jobs:
|
|||
- run: yarn typecheck
|
||||
- run: yarn lint:all
|
||||
- run: yarn test
|
||||
- name: Download playwright
|
||||
run: yarn workspace playground run playwright install
|
||||
- name: Run e2e tests
|
||||
run: yarn test:e2e
|
||||
- name: Run e2e tests with percy
|
||||
uses: percy/exec-action@v0.3.1
|
||||
with:
|
||||
custom-command: 'yarn test:e2e:ci'
|
||||
env:
|
||||
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue