Skip to content

Commit

Permalink
Implement playwright acceptance tests for vertical full page map
Browse files Browse the repository at this point in the history
  • Loading branch information
likimmy committed Nov 20, 2023
1 parent 9d556b4 commit 83d05c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Setup test site
run: npm run setup-test-site
- name: Build test site
run: npm run build-test-site
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 83d05c1

Please sign in to comment.