chore: Add playwright tests

This commit is contained in:
Sidharth Vinod
2025-03-17 19:47:13 -07:00
parent 631cc43f2b
commit bb084867fa
13 changed files with 564 additions and 23 deletions
+4 -2
View File
@@ -7,13 +7,15 @@
"cypress/**/*.js",
"cypress/**/*.json",
"static/**/*.js",
"static/**/*.json"
"static/**/*.json",
"playwright.config.ts",
"tests/**/*.ts"
],
"compilerOptions": {
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"strictNullChecks": true,
"types": ["vitest/importMeta"]
"types": ["vitest/importMeta", "@playwright/test"]
},
"extends": "./.svelte-kit/tsconfig.json"
}