feat: добавить управление окружениями и Playwright для E2E

This commit is contained in:
sokol
2026-02-18 14:04:03 +03:00
parent 8f0112526f
commit 4b8f5f3739
11 changed files with 464 additions and 28 deletions

View File

@@ -7,6 +7,7 @@ export default defineConfig({
plugins: [react()],
test: {
globals: true,
environment: "jsdom"
environment: "jsdom",
exclude: ['**/e2e/**', '**/node_modules/**']
}
})