doc: comment in test for analog inputs
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user