Overview
Spur organizes your tests in a hierarchy designed for clarity and scalability. Each layer gives you control over how tests are grouped, configured, and run.Organization
Tests in Spur are structured from broad containers down to individual flows:Folders
Top-level containers for grouping related suites by product area, team, or domain.
Test Suites
Collections of related tests that share common configurations like environment, viewport, and browser. Suites are the core building block of your testing structure.
Test Plans
Coordinate multiple suites into a single run across different environments and viewports. Test plans are the recommended way to execute and review your tests.
Tests
Individual user flows or scenarios. Tests can include scenario tables for parameterized testing and dependencies for managing shared state.
Tools
Drafts
Mark tests as work-in-progress while you build and refine them. Drafts are excluded from active runs.
Snoozing
Temporarily pause tests from running during deployments, maintenance, or while addressing known issues.
