doc: comment in test for analog inputs

This commit is contained in:
ISA
2025-08-14 12:08:52 +02:00
parent 87cbdca79c
commit 3753babf5f
6 changed files with 23 additions and 7 deletions

View File

@@ -1,7 +1,18 @@
import { test, expect } from "@playwright/test";
/*
Centralized location for Playwright specs.
(Originally moved from tests/analogInputs.spec.ts)
Zum ausführen und Aufzeichnen von Tests
npx playwright codegen http://localhost:3000/analogInputs --target=ts -o tests/e2e/analog-inputs.spec.ts
ob ein Element sichtbar ist dann Auge Icon klicken
ansonsten nimmt automatich die klicks auf
//----------------------------------------------
Zum ausführen
alle Test datei , je nach dem wie in package.json definiert ist
npm run test:e2e:ui
bestimmte datei
npm run test:e2e:ui -- tests/analogInputs.spec.ts
npm run test:e2e:ui -- tests/e2e/analog-inputs.spec.ts
*/
test("test", async ({ page }) => {