deliver Hongfa Laundry M1 desktop release
This commit is contained in:
8
playwright.config.ts
Normal file
8
playwright.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "@playwright/test";
|
||||
|
||||
export default defineConfig({
|
||||
testDir: "tests/e2e",
|
||||
timeout: 30_000,
|
||||
workers: 1,
|
||||
reporter: "list",
|
||||
});
|
||||
Reference in New Issue
Block a user