dev-standard
01Cursor rule Cursor
Apache Superset development standards and guidelines for Cursor IDE.
3,802 tagged Testing, measured the same way as everything else here.
Browse within: 1c-enterprise 65hacktoberfest 64hacktoberfest2022 60unit-testing 60yaxunit 60cursor-rules 50context-engineering 47agents-md 46typescript 45cursor-ai 41ai-coding-assistant 39kotlin 36ReAct 33awesome-list 30
Cursor rule Cursor
Apache Superset development standards and guidelines for Cursor IDE.
Cursor rule Cursor
Master reference to all Coolify AI documentation in .ai/ directory.
Cursor rule Cursor
Playwright E2E testing configuration for AI agents.
Cursor rule
CLI-Anything generator phase gates and absolute PLUGINROOT resolution. Apply when building, refining, testing, or validating CLI-Anything harnesses, editing agent-harness/, or using /cli-anything commands.
Cursor rule Codex
Prefer extracting a testable core over vi.mock / vi.resetModules when unit tests need to reach production logic entangled with config, env, or singletons.
Cursor rule Cursor
Tips and guidelines specific to the development of the Streamlit Python library, not applicable to scripts and e2e tests.
Cursor rule Cursor
Changes to these high-fan-out internals can affect every message, delta, element, or rerun. Keep work in them minimal, and benchmark changes with representative stress-test apps.
Cursor rule Cursor
// ✅ CORRECT: Legacy React Query pattern const ctx = konn() .beforeEach(() => createAppRouter()) .afterEach((ctx) => ctx?.close?.()) .done().
Cursor rule Cursor
// ✅ CORRECT: Upgrade package pattern await using ctx = testReactResource(appRouter, { server: { // server configuration }, client(opts) { return { links: [ httpLink({ url: opts.httpUrl, // client configuration }), ], }; }, }).
Cursor rule Cursor
Core testing conventions - imports, rendering, MSW, interactions, queries.
Cursor rule Cursor
When to use global vs local mocks in tests.
Cursor rule Cursor
See CLAUDE.md at the repository root for the complete engineering ruleset, including package architecture, file organization, documentation, test framework, and other policies. Apply all guidance from CLAUDE.md when working in this repository.
Cursor rule Codex
Cursor rule "agents" from comet-ml/opik, covering agent deployment, domain routing, frontend structure, task approach and execution.
Cursor rule Cursor
Backend Python test conventions (pytest).
Cursor rule Cursor
how to run commands in the monorepo.
Cursor rule Cursor
When updating tests in this directory, always run them to validate that they succeed. To do so, run.
Cursor rule Cursor
This monorepo project utilizes.
Cursor rule Cursor
A set of Git workflow and branch-naming instructions for the Alibaba Hooks codebase. Git is a tool for tracking code changes, while a branch is a separate line of work that can later be proposed for merging.
Cursor rule Cursor
DataHub dev workflow — use scripts/dev/datahub-dev.sh for all build/test/flag operations.
Cursor rule Cursor
DataHub test review — use when asked to review, check, validate, or audit smoke tests or integration tests.
Cursor rule Cursor
Rules for running WooCommerce PHPUnit tests.
Cursor rule Cursor
A pre-commit rule requiring local code checks before creating a Git commit. CI, or continuous integration, is the automated checking system that runs for the project.
Cursor rule Cursor
Plugin Development Standards - Applies to all new wasm and golang-filter plugins.
Cursor rule Cursor
when writing python.