Cursor rule
This rule ensures that every file has a corresponding test file and that tests are kept in sync with the source code.
1,305 tagged Testing, measured the same way as everything else here.
Browse within: cursor-ai 39cursor-rules 34cursorrules 33kotlin 24nodejs 24context-engineering 23github-copilot 21nextjs 20prisma 20ai-testing 19api-testing 19awesome-list 19ai-coding-assistant 16cursor-ide 16
Cursor rule
This rule ensures that every file has a corresponding test file and that tests are kept in sync with the source code.
Cursor rule Cursor
QA Recorder - Records user's manual browser interactions and generates natural language test scripts with rich locator metadata.
Cursor rule Cursor
Converts recorded natural language test scripts into Playwright + Cucumber BDD tests.
Cursor rule
Playwright + Cucumber BDD framework conventions — Bridge pattern, page object singletons, step definitions, environment config.
naoufalelh/cursor-langgraph-starter
Cursor rule Cursor
Guidelines for writing LangGraph evaluations with LangSmith.
naoufalelh/cursor-langgraph-starter
Cursor rule Cursor
Testing guidelines for LangGraph workflows.
Cursor rule Cursor
A test-configuration rule for JavaScript and Rust projects. It places JavaScript tests in tests/ and controls Vitest, Stryker, coverage, mutation testing, and Rust mutation-testing configuration.
Cursor rule Cursor
RSpec-specific rules for Ruby on Rails projects.
Cursor rule Cursor
Run tests after code changes and fix failures before proceeding. Load when implementing features, modifying code, or changing schemas/APIs.
Cursor rule
testing-rules from dobryakov/cursor-rules.
Cursor rule
TDD is the preferred approach for bug fixes and feature development. Write tests first, then implement.
Cursor rule
Test-Driven Development workflow for implementing features. Activate when writing code — guides through the red-green-refactor cycle.
Cursor rule Cursor
Android Integration Testing best practices for multi-layer testing.
Cursor rule Cursor
Unit testing best practices with BDD style.
Cursor rule Cursor
Vitest + React Testing Library strategy for the component library.
Cursor rule Cursor
Framework-agnostic unit test writing style using When and AAA.
Cursor rule Cursor
Testing conventions and patterns for spec files.
Cursor rule Cursor
A set of Cursor editor rules for testing and software quality. Cursor is a code editor with AI features, and these rules include guidance on testing, conditions for applying the rules, and quality checks.
Cursor rule Cursor
CRITICAL RULE - Test-Driven Development (TDD) methodology. Write tests BEFORE implementation for critical code.
kurisu-dotto-komu/next-agentic-coding
Cursor rule Cursor
Cursor rule "development-workflow" from kurisu-dotto-komu/next-agentic-coding, covering development workflow standards, development server, git operations, documentation creation and testing and linting commands.
Cursor rule Cursor
Four gates. All must show PASS ✓. None are optional.
Cursor rule Cursor
Write the failing test first. Show it fails. Then implement. Show it passes.
Cursor rule Cursor
Never say done without running the code and showing the output.
Xclaw-bot/benchmark-task-authoring
Cursor rule Cursor
Cursor rule "50-verifier" from Xclaw-bot/benchmark-task-authoring, covering verifier craft, ground truth must be unreachable, assertions, tolerances and anti-cheat.