Organization Structure
Your tests are organized in a four-level hierarchy designed for clarity and scalability:
Folders
Folders serve as top-level containers for organizing tests by brand, product line, or team.
Test Plans
Test Plans group related test suites that should run together.
Test Suites
Test Suites contain individual tests that share common configurations. Suites are enabled on specific environments and can run tests with consistent settings like viewport, browser, or locale.
Tests
Individual tests represent specific user flows or scenarios. Tests can include Scenario Tables for parameterized testing and Dependencies for state management.
