testing▌
322 indexed skills · max 10 per page
webapp-testing
aiskillstore/marketplace · Testing
To test local web applications, write native Python Playwright scripts.
vitest-testing
existential-birds/beagle · Testing
vitest-testing
test-writer
leonardomso/33-js-concepts · Testing
Use this skill to generate comprehensive Vitest tests for all code examples in a concept documentation page. Tests verify that code examples in the documentation are accurate and work as described.
react-testing-library
itechmeat/llm-code · Frontend
Install: npm install --save-dev @testing-library/react @testing-library/dom. Recommended extras: @testing-library/user-event and @testing-library/jest-dom. React 19 requires v16.1.0+.
e2e-testing-automation
aj-geddes/useful-ai-prompts · Testing
End-to-end (E2E) testing validates complete user workflows from the UI through all backend systems, ensuring the entire application stack works together correctly from a user's perspective. E2E tests simulate real user interactions with browsers, handling authentication, navigation, form submissions, and validating results.
ab-test-analysis
phuryn/pm-skills · Testing
Evaluate A/B test results with statistical rigor and translate findings into clear product decisions.
tdd:write-tests
neolabhq/context-engineering-kit · Testing
User can provide a what tests or modules to focus on:
test-scenarios
phuryn/pm-skills · Testing
Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step test actions, and expected outcomes.
tdd:fix-tests
neolabhq/context-engineering-kit · Testing
User can provide to focus on specific tests or modules:
tdd:test-driven-development
neolabhq/context-engineering-kit · Testing
Write the test first. Watch it fail. Write minimal code to pass.