We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1005da2 commit 43de61fCopy full SHA for 43de61f
2nd-gen/package.json
@@ -28,8 +28,8 @@
28
"test:a11y": "playwright test --config=playwright.a11y.config.ts",
29
"test:a11y:1st": "playwright test --config=playwright.a11y.config.ts --project=1st-gen",
30
"test:a11y:2nd": "playwright test --config=playwright.a11y.config.ts --project=2nd-gen",
31
- "test:a11y:ui": "playwright test --config=playwright.a11y.config.ts --ui",
32
- "test:a11y:report": "playwright show-report test/playwright-a11y/report"
+ "test:a11y:report": "playwright show-report test/playwright-a11y/report",
+ "test:a11y:ui": "playwright test --config=playwright.a11y.config.ts --ui"
33
},
34
"workspaces": [
35
"packages/*"
0 commit comments