en un clic
automated-qa-demo
automated-qa-demo contient 2 skills collectées depuis rajshah4, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Conventions for authoring and updating API integration tests in this repo. Use when reading a PR diff that changes an API surface, when generating tests for a brand-new endpoint, or when running an existing pytest suite against a real HTTP API. Covers test layout, naming, the pytest+httpx pattern used here, fixtures, assertions, error-path coverage, and how to keep tests honest (real network calls — no implementation-mocking of the system under test).
Behavior-driven UI testing patterns. Covers Vitest Browser Mode (preferred) and DOM Testing Library. Use when testing any front-end application, writing UI tests, querying DOM elements, or simulating user interactions. For React-specific patterns, see the react-testing skill.