mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Initialize playwright, fix file upload issue, show publication status and delete website dir on website deletion
This commit is contained in:
12
web-app/playwright.config.ts
Normal file
12
web-app/playwright.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { type PlaywrightTestConfig } from "@playwright/test";
|
||||
|
||||
const config: PlaywrightTestConfig = {
|
||||
webServer: {
|
||||
command: "npm run build && npm run preview",
|
||||
port: 4173
|
||||
},
|
||||
testDir: "tests",
|
||||
testMatch: /(.+\.)?(test|spec)\.ts/
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user