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