refactor: establish standalone application boundary
This commit is contained in:
@@ -2,6 +2,7 @@ const { defineConfig } = require("@playwright/test");
|
||||
|
||||
module.exports = defineConfig({
|
||||
testDir: "./tests/e2e",
|
||||
outputDir: "./runtime/test-results",
|
||||
timeout: 30_000,
|
||||
fullyParallel: false,
|
||||
reporter: "line",
|
||||
|
||||
Reference in New Issue
Block a user