first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { defineConfig } from "@playwright/test";
|
||||
|
||||
export default defineConfig({
|
||||
testDir: "./tests/e2e",
|
||||
testMatch: "**/*.e2e.ts",
|
||||
use: {
|
||||
baseURL: "http://localhost:3000"
|
||||
},
|
||||
webServer: {
|
||||
command: "npm run dev:web",
|
||||
url: "http://localhost:3000",
|
||||
reuseExistingServer: true,
|
||||
timeout: 120000
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user