rebuild(stage-4): deliver shared shell and account interfaces
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
const { defineConfig } = require("@playwright/test");
|
||||
|
||||
module.exports = defineConfig({
|
||||
testDir: "./tests/e2e",
|
||||
outputDir: "./data/playwright",
|
||||
timeout: 30_000,
|
||||
fullyParallel: false,
|
||||
reporter: "line",
|
||||
use: {
|
||||
baseURL: "http://127.0.0.1:5173",
|
||||
channel: "msedge",
|
||||
headless: true,
|
||||
viewport: { width: 1920, height: 1080 },
|
||||
trace: "retain-on-failure",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user