updated/moved vitest, finished merge

This commit is contained in:
dswbx
2025-04-02 20:39:08 +02:00
parent fd4bbccfb7
commit e3628a3dc8
6 changed files with 47 additions and 45 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { defineConfig, devices } from "@playwright/test";
const baseUrl = process.env.TEST_URL || "http://localhost:28623";
const startCommand = process.env.START_COMMAND || "bun run dev";
const startCommand = process.env.TEST_START_COMMAND || "bun run dev";
export default defineConfig({
testDir: "./e2e",