testing▌
322 indexed skills · max 10 per page
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:
sf-ai-agentforce-testing
jaganpro/sf-skills · AI/ML
Use this skill when the user needs formal Agentforce testing: multi-turn conversation validation, CLI Testing Center specs, topic/action coverage analysis, preview checks, or a structured test-fix loop after publish.
tdd:test-driven-development
neolabhq/context-engineering-kit · Testing
Write the test first. Watch it fail. Write minimal code to pass.
playwright
secondsky/claude-skills · Testing
Expert knowledge for browser automation and end-to-end testing with Playwright - a modern cross-browser testing framework.
cypress
bobmatnyc/claude-mpm-skills · Testing
Cypress runs browser automation with first-class network control, time-travel debugging, and a strong local dev workflow. Use it for critical path E2E tests and for component tests when browser-level rendering matters.
vitest
supabase/supabase · Testing
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app.