test(ci): separate mobile menu checks from a11y suite

This commit is contained in:
Xin
2026-03-06 23:51:37 +00:00
committed by GitHub
parent c2417dc24f
commit cd5f0055e1
12 changed files with 85 additions and 16 deletions

View File

@@ -5,7 +5,8 @@
"build:css": "npx postcss --config postcss.config.mjs --env production assets/css/styles.css -o assets/css/compiled/main.css",
"build": "hugo --gc --minify --themesDir=../.. --source=docs",
"test": "npx playwright test",
"test:a11y": "npx playwright test tests/accessibility.spec.ts"
"test:a11y": "npx playwright test tests/accessibility.spec.ts",
"test:mobile-menu": "npx playwright test tests/mobile-menu.spec.ts"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.1",