feat: complete TASK-WP0-03 browser gate
This commit is contained in:
@@ -3,7 +3,7 @@ import { defineConfig } from "@playwright/test";
|
||||
export default defineConfig({
|
||||
forbidOnly: true,
|
||||
fullyParallel: false,
|
||||
outputDir: process.env.DADA_PLAYWRIGHT_OUTPUT_DIR ?? "test-results/wp0-02",
|
||||
outputDir: process.env.DADA_PLAYWRIGHT_OUTPUT_DIR ?? "test-results/e2e",
|
||||
reporter: "line",
|
||||
retries: 0,
|
||||
testDir: "./tests/e2e",
|
||||
|
||||
Reference in New Issue
Block a user