Build Dockerized MVP scaffold and records importer
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { defineConfig } from "@playwright/test";
|
||||
|
||||
export default defineConfig({
|
||||
testDir: "./tests",
|
||||
use: { baseURL: process.env.WEB_URL || "http://127.0.0.1:4321" },
|
||||
retries: 0,
|
||||
});
|
||||
Reference in New Issue
Block a user