chore(test): harden e2e/lighthouse tooling and ignore tool cache

- Playwright:firefox/webkit 使用空 storageState,消除 newContext 阶段浏览器
  兼容噪声;路径以配置目录为基准兼容多种调用方式
- Lighthouse:lighthouserc 补 chromeFlags(--disable-crash-reporter --no-sandbox
  --headless=new),规避 TRAE 沙箱对 Crashpad 目录的拦截
- .gitignore:忽略 .impeccable 评审工具缓存
This commit is contained in:
2026-08-19 14:43:53 +08:00
parent d9d4423496
commit 5a4d3106ca
4 changed files with 10 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"cookies": [],
"origins": []
}