www/cspell.json
taroj1205 69987b01ec
perf(ci): optimize Playwright test execution with sharding and worker limits
- Configure Playwright to use 50% workers in CI for better resource utilization
- Limit CI browser testing to Firefox only for faster execution
- Implement 4-way test sharding in GitHub Actions for parallel execution
- Add comprehensive caching for Playwright browsers and artifacts
- Set 10-minute timeout for Playwright test jobs
- Maintain full browser coverage (Chrome, Firefox, Safari) for local development
2025-06-22 17:49:28 +12:00

103 lines
1.9 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"language": "en,es",
"files": ["**/*.{ts,js,astro,html,css,json,yml,yaml,md}"],
"words": [
"adam",
"AMOLED",
"animejs",
"Astronav",
"brhm",
"Brhm",
"Briel",
"bryan",
"canoa",
"Canoa",
"cfasync",
"createdAsc",
"createdDefault",
"createdDesc",
"daniel",
"dorny",
"ferrocyante",
"flatpaks",
"FMPEG",
"Galdámez",
"García",
"Garro",
"isnan",
"itro",
"jace",
"Jace",
"jafeth",
"Jafeth",
"jank",
"Jokagi",
"junicode",
"Junicode",
"Kristijan",
"kristijanribaric",
"laggy",
"larvey",
"Larvey",
"linaarchsum",
"linuxarmsum",
"linuxsum",
"mfsa",
"mozilla",
"Nehalem",
"NSIS",
"OCSP",
"oscar",
"Otero",
"patreon",
"Pdzly",
"Ribaric",
"securtiy",
"taroj",
"testid",
"theming",
"tsconfigs",
"Turborepo",
"tuta",
"unfloatable",
"unfocusing",
"unrs",
"updatedAsc",
"updatedDefault",
"updatedDesc",
"VAAPI",
"wmfcdm",
"workerd",
"xmark",
"XPCOM",
"zsync"
],
"flagWords": [],
"ignorePaths": [
"node_modules/**",
".git/**",
"dist/**",
"build/**",
".astro/**",
"coverage/**",
"playwright-report/**",
"test-results/**",
"*.min.js",
"*.bundle.js",
"package-lock.json",
"yarn.lock",
"pnpm-lock.yaml"
],
"allowCompoundWords": true,
"dictionaries": ["typescript", "node", "html", "css", "bash", "npm", "es-es"],
"import": [
"@cspell/dict-typescript/cspell-ext.json",
"@cspell/dict-node/cspell-ext.json",
"@cspell/dict-html/cspell-ext.json",
"@cspell/dict-css/cspell-ext.json",
"@cspell/dict-bash/cspell-ext.json",
"@cspell/dict-npm/cspell-ext.json",
"@cspell/dict-es-es/cspell-ext.json"
]
}