Skip to main content

Managing tests

As your test suite grows, keeping everything discoverable and manageable becomes just as important as writing the tests themselves.

Fore AI gives you a set of tools to help you stay organized, from how individual tests are named and found, to how they're grouped and run together.

Overview

This section covers the core concepts for structuring a clean, navigable test library:

  • Naming — how to update test names so they're immediately meaningful to your team
  • Filtering and search — ways to quickly surface the tests you need, whether by suite, run status, or name
  • Structuring — the three organizational layers available to you:
    • Projects for team or application-level separation
    • Folders for a nested, hierarchical view of your test library
    • Test Suites for grouping tests that should run together

When to use each layer

These tools aren't mutually exclusive but they're designed to work together. A typical setup might use projects to separate production and staging environments, folders to mirror the structure of the application being tested, and test suites to define which tests run on each deployment. Filters then let anyone on the team quickly drill into exactly the slice of tests they care about.

Read on to see how each feature works and how to make the most of them.