Fault0 Logo

Test Suites

Understanding test suites in Fault0

Test Suites

Test suites in Fault0 represent collections of related tests that are executed together. When you run your Playwright tests with the Fault0 reporter, the suite structure from your Playwright configuration is automatically reflected in the Fault0 dashboard.


How Test Suites Work in Fault0

Fault0 automatically organizes your test runs based on the test file structure and suite definitions in your Playwright tests. This means:

  1. Automatic Organization: Your Playwright test files and describe blocks are automatically represented as test suites in Fault0.

  2. Hierarchical Structure: Nested describe blocks in your Playwright tests create nested suites in Fault0, maintaining the same organizational structure.

  3. Test Grouping: Tests within the same file or describe block are grouped together, making it easy to see related test results at a glance.


Viewing Test Suites

TBD: Detailed instructions for viewing and navigating test suites in the Fault0 dashboard

In the Fault0 dashboard, you can:

  • View all test suites within a project
  • See test results organized by suite
  • Filter results by specific test suites
  • Track suite-level pass/fail metrics

TBD: Screenshots of test suite organization in Fault0

On this page