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