test: npx playwright test erfolgreich
This commit is contained in:
6
playwright/pages/systemTest.ts
Normal file
6
playwright/pages/systemTest.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { test } from "@playwright/test";
|
||||
import { runSystemTest } from "../tests/pages/system/systemTest";
|
||||
|
||||
test("system page", async ({ page }) => {
|
||||
await runSystemTest(page);
|
||||
});
|
||||
Reference in New Issue
Block a user