View Test Suites
Navigate to Test Suites in your Spur Dashboard to see all suites with their environments, test counts, and latest results. You can also organize suits into Folders to keep related suites grouped by product area, team, or domain.Important: All tests must be added to a Test Suite.

View Test Suite Flow
Click any suite name to open the suite detail page.
By default, you’ll see the “All Tests” view showing a list of all tests in the suite.

To see test dependencies, navigate to the Flow View tab.
Flow View displays a visual representation of how tests execute in sequence, showing parent-child relationships where child tests only run if their parent passes. Learn more about Flow View and Test Dependencies.

Running Test Suites
When you run a test suite, Spur executes all tests within the suite in their specified order, respecting dependencies and ensuring proper flow. The execution view provides real-time feedback on:- Current test status
- Progress through the suite
- Any errors or issues encountered
- Test execution time
Test suites maintain the integrity of your testing workflow by executing tests in the correct sequence, ensuring each step builds upon the previous ones.
Running Tests Across Environments
Test suites can be run across multiple enabled environments without duplication. Use Environments to configure different deployments (Dev, Staging, Production) and run the same test suite in all of them. Benefits:- No need to duplicate test suites for different environments
- Consistent test logic across all deployments
- Easy comparison of results across environments
- Centralized test maintenance
Best Practices
- Logical Grouping: Group tests that validate the same feature, user journey, or workflow into the same suite, so results stay focused and easy to interpret.
- Clear Run Order: Define a formal execution order for tests in the suite so preconditions run first, core flows run in sequence, and any teardown or cleanup last.
- Maintainable Size: Keep suites focused and manageable.
- Clear Naming: Use descriptive names for easy identification.
