chore(test): catalog @playwright/test and wire e2e into turbo
- Promote @playwright/test to the workspace catalog
- Add test:e2e turbo task (uncached)
- Add root pnpm test:e2e script
- Vitest scopes to src/**/*.{test,spec} and excludes e2e/
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
"test": {
|
||||
"inputs": ["src/**", "vitest.config.*", "package.json"]
|
||||
},
|
||||
"test:e2e": {
|
||||
"cache": false,
|
||||
"inputs": ["e2e/**", "src/**", "playwright.config.*", "package.json"]
|
||||
},
|
||||
"cargo-check": {
|
||||
"inputs": ["src-tauri/src/**", "src-tauri/Cargo.toml", "src-tauri/Cargo.lock"],
|
||||
"outputs": []
|
||||
|
||||
Reference in New Issue
Block a user