Loading...
Loading...
Generates end-to-end tests using Playwright with the "given/should" prose format. Use when writing e2e tests for user flows, page interactions, or integration scenarios that exercise the full application stack.
npx skill4agent add iulspop/aidd-skills e2e-testsplaywright/.e2e.tsgetByRolegetByLabelgetByTextgetByRoledata-testidgetByTestIddata-testidapp/test/test-ids.ts{ name: /submit/i }toBeVisible()toBeHidden()toHaveURL()getPath(page)page.routetest.describegetByRole("region", { name: /notifications/i })getByRole("textbox", { name: /label/i }).fill()getByRole("combobox")getByRole("option")@axe-core/playwrightexpect(results.violations).toEqual([])