feat: добавить управление окружениями и Playwright для E2E
This commit is contained in:
@@ -7,6 +7,7 @@ export default defineConfig({
|
||||
plugins: [react()],
|
||||
test: {
|
||||
globals: true,
|
||||
environment: "jsdom"
|
||||
environment: "jsdom",
|
||||
exclude: ['**/e2e/**', '**/node_modules/**']
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user