How-to
Autotest run creation
Autotest run creation
Autotest run creation starts worker execution: choose autotests, a verified domain, and an execution context, then start the run.
Role: a team member with write access to the project. A read-only member cannot start a run.
Prerequisites
- At least one autotest with kind
CASEand statusREADYin the project. - A verified team domain for the site under test.
- An execution context snapshot (protocol and environment axes). The snapshot is required; individual axes inside it may be empty - the worker applies Chromium / 1920x1080 per the rules on the execution context page.
Steps
- Open Autotest runs in the project.
- Click Create.
- Select the Starting domain (verified).
- Select the execution context snapshot.
- Choose which
READY+CASEautotests to include (all, or a list). - Set timeouts, threads, retries, and screenshot options as needed.
- Start the run.
Relative goto uses the starting host plus the protocol from the execution context (HTTP or HTTPS, default HTTPS). If a COMMON predecessor opened a team subdomain, the next relative path still joins the starting domain: for a screen on the subdomain you need a catalog page with a full URL. A screen capture is the Screenshot on failure and Result screenshot options, not a step. Breakdown: How to author autotest steps without false failures.
After you start
- Open the run details to review queued autotest results. Refresh the page manually for status updates.
- Field meanings and clone rules: Autotest run.
- Per-autotest outcome and step report: Autotest result.
Limits and notes
- Only
READY+CASEautotests enter the queue. Predecessors of kindCOMMONrun in the same browser session before the case steps. - Clone starts a new run. It does not copy old autotest results.
Did this page help?