playwright: Reihenfolge
This commit is contained in:
8
playwright/tests/combined.spec.ts
Normal file
8
playwright/tests/combined.spec.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { test } from "../fixtures";
|
||||
import { runDashboardTest } from "./dashboardTest";
|
||||
import { runAnalogInputsTest } from "./analogInputsTest";
|
||||
|
||||
test("Dashboard und AnalogInputs", async ({ page }) => {
|
||||
await runDashboardTest(page);
|
||||
await runAnalogInputsTest(page);
|
||||
});
|
||||
Reference in New Issue
Block a user