Skip to content

Commit

Permalink
Merge pull request #94 from Dog-Face-Development/tests
Browse files Browse the repository at this point in the history
Add Playwright tests
  • Loading branch information
willtheorangeguy authored Dec 7, 2023
2 parents 6084b0e + cb825a9 commit 136cb50
Show file tree
Hide file tree
Showing 7 changed files with 7,462 additions and 5,046 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: 'Playwright Tests'
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
image: mcr.microsoft.com/playwright:v1.40.1-jammy
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
playwright-report/
test-results/


# environment variables
Expand Down
Loading

0 comments on commit 136cb50

Please sign in to comment.