Skip to content

Commit

Permalink
Merge pull request #117 from mediamonks/#57-add-playwright-tests
Browse files Browse the repository at this point in the history
Add playwright tests
  • Loading branch information
leroykorterink authored Mar 30, 2023
2 parents 0485017 + ced3978 commit 2f6f3da
Show file tree
Hide file tree
Showing 10 changed files with 817 additions and 52 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run test
- run: npx playwright install --with-deps
- run: npm run playwright
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ yarn-error.log*
/dist

# storybook output
/.docs
/.docs

# Playwright output
/test-results/
/playwright-report/
/playwright/.cache/
Loading

0 comments on commit 2f6f3da

Please sign in to comment.