mirror of
https://github.com/maputnik/editor.git
synced 2026-07-09 23:47:25 +00:00
Fix utils path
This commit is contained in:
@@ -9,8 +9,8 @@ const baseURL = process.env.E2E_BASE_URL ?? "http://localhost:8888/";
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
testDir: "./e2e",
|
testDir: "./e2e",
|
||||||
testMatch: "**/*.spec.ts",
|
testMatch: "**/*.spec.ts",
|
||||||
globalSetup: "./e2e/e2e-setup.ts",
|
globalSetup: "./e2e/utils/e2e-setup.ts",
|
||||||
globalTeardown: "./e2e/e2e-teardown.ts",
|
globalTeardown: "./e2e/utils/e2e-teardown.ts",
|
||||||
fullyParallel: true,
|
fullyParallel: true,
|
||||||
forbidOnly: isCI,
|
forbidOnly: isCI,
|
||||||
retries: isCI ? 2 : 0,
|
retries: isCI ? 2 : 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user