TesterArmyTesterArmy
TesterArmyTesterArmy
WelcomeIntroductionQuick Start
Run ModePull Request TestingProduction MonitoringGroup Webhooks
Test CredentialsAgent Mail InboxesHTTP Basic Auth
OverviewApp UploadsGitHub Actions
VercelCoolifyCoolifySlack
Testing Staging Environment
Getting StartedLocal Development
Run

Run Mode

Run Mode controls whether tests in a group execute at the same time or one after another. By default, groups run concurrently.

Concurrent (default)

All tests start simultaneously. Each test runs independently with no ordering guarantee. Best for groups where tests do not share state or depend on each other.

Sequential

Tests run one at a time, in the order shown in the group. The next test starts only after the previous one finishes. Best when tests share state, depend on each other, or target a shared environment that cannot handle parallel sessions.

Set up Run Mode

  1. Open Project → Tests tab.
  2. Click the Triggers button.
  3. Click New Production Monitoring.
  4. Set Sequential or Concurrent
  5. Save.

Run Mode configuration

Quick Start

Previous Page

Pull Request Testing

Next Page

On this page

Concurrent (default)SequentialSet up Run ModeReorder tests

Reorder tests

When a group is set to Sequential, a drag handle appears next to each test. Drag tests to reorder them. Changes save instantly.