Skip to content

Commit ebc02b7

Browse files
committed
replace wtr with playwright directly
1 parent dc08fec commit ebc02b7

8 files changed

+1812
-5806
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
build
22
node_modules
33
coverage
4-
localhost*.pem
4+
localhost*.pem
5+
/test-results/
6+
/playwright-report/
7+
/blob-report/
8+
/playwright/.cache/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ A simple set-up.<br>
1515
- JSX & TypeScript
1616
- Bundler with Hot Module Replacement
1717
- Prettier & ESLint
18-
- Web Test Runner
18+
- Playwright with Accessibility Tests

0 commit comments

Comments
 (0)