|
27 | 27 | "start:1st-gen": "yarn workspace @spectrum-web-components/1st-gen start", |
28 | 28 | "start:2nd-gen": "yarn workspace @spectrum-web-components/2nd-gen start", |
29 | 29 | "test": "run-p test:2nd-gen test:1st-gen", |
30 | | - "test:a11y": "playwright test --config=../2nd-gen/playwright.a11y.config.ts", |
31 | | - "test:a11y:ui": "playwright test --config=../2nd-gen/playwright.a11y.config.ts --ui", |
32 | | - "test:a11y:1st": "playwright test --config=../2nd-gen/playwright.a11y.config.ts --project=1st-gen", |
33 | | - "test:a11y:2nd": "playwright test --config=../2nd-gen/playwright.a11y.config.ts --project=2nd-gen", |
34 | | - "test:a11y:report": "playwright show-report ../2nd-gen/test/playwright-a11y/report", |
| 30 | + "test:a11y": "playwright test --config=playwright.a11y.config.ts", |
| 31 | + "test:a11y:ui": "playwright test --config=playwright.a11y.config.ts --ui", |
| 32 | + "test:a11y:1st": "playwright test --config=playwright.a11y.config.ts --project=1st-gen", |
| 33 | + "test:a11y:2nd": "playwright test --config=playwright.a11y.config.ts --project=2nd-gen", |
| 34 | + "test:a11y:report": "playwright show-report 2nd-gen/test/playwright-a11y/report", |
35 | 35 | "test:1st-gen": "yarn workspace @spectrum-web-components/1st-gen test", |
36 | 36 | "test:2nd-gen": "yarn workspace @spectrum-web-components/2nd-gen test" |
37 | 37 | }, |
|
47 | 47 | "playwright": "1.53.1" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
| 50 | + "@axe-core/playwright": "4.11.0", |
50 | 51 | "@changesets/cli": "2.29.7", |
51 | 52 | "@commitlint/cli": "19.8.1", |
52 | 53 | "@commitlint/config-conventional": "19.8.1", |
| 54 | + "@playwright/test": "1.53.1", |
53 | 55 | "genversion": "3.2.0", |
54 | 56 | "husky": "9.1.7", |
55 | 57 | "lint-staged": "16.2.6", |
|
0 commit comments