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 4d074d1 commit 824cfb3Copy full SHA for 824cfb3
2nd-gen/package.json
@@ -26,8 +26,8 @@
26
"storybook:build": "yarn workspace @adobe/swc storybook:build",
27
"test": "yarn workspace @adobe/swc test",
28
"test:a11y": "playwright test --config=playwright.a11y.config.ts",
29
- "test:a11y:ui": "playwright test --config=playwright.a11y.config.ts --ui",
30
"test:a11y:1st": "playwright test --config=playwright.a11y.config.ts --project=1st-gen",
+ "test:a11y:ui": "playwright test --config=playwright.a11y.config.ts --ui",
31
"test:a11y:2nd": "playwright test --config=playwright.a11y.config.ts --project=2nd-gen",
32
"test:a11y:report": "playwright show-report test/playwright-a11y/report"
33
},
0 commit comments