chore(webmap): 🔧 Update e2e test config for webmap feature to optimize execution, coverage, or environment setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
9a97359a20
commit
bccf846bc4
1 changed files with 17 additions and 0 deletions
17
features/webmap/shared/vitest.config.e2e.ts
Normal file
17
features/webmap/shared/vitest.config.e2e.ts
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
include: ['src/test-helpers/**/*.e2e-spec.ts'],
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
testTimeout: 30000,
|
||||
hookTimeout: 60000,
|
||||
pool: 'forks',
|
||||
poolOptions: {
|
||||
forks: {
|
||||
singleFork: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Reference in a new issue