mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Add additional end to end tests
This commit is contained in:
@@ -3,7 +3,10 @@ import { type PlaywrightTestConfig } from "@playwright/test";
|
||||
const config: PlaywrightTestConfig = {
|
||||
webServer: {
|
||||
command: "npm run build && npm run preview",
|
||||
port: 4173
|
||||
url: "http://localhost:4173"
|
||||
},
|
||||
use: {
|
||||
baseURL: "http://localhost:4173"
|
||||
},
|
||||
testDir: "tests",
|
||||
testMatch: /(.+\.)?(test|spec)\.ts/
|
||||
|
||||
Reference in New Issue
Block a user