بنقرة واحدة
automated-qa-demo
يحتوي automated-qa-demo على 2 من skills المجمعة من rajshah4، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
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.