Autonomy Docs
Help

Troubleshooting

Common setup and run failures.

Start with the target environment, then check credentials, then inspect the evidence. Most failures come from the run targeting the wrong URL, missing preview access, stale test data, or broad assertions.

Preview URL unavailable

Move the Autonomy step after the deployment step and confirm the preview URL is exported into the CI environment.

Auth fails during signup

Use high-entropy generated passwords and verify that the inbox domain is accepted by the auth provider.

False pass on intermediate form

Add a final-state check that rejects active signup, password, OTP, or payment forms.

Pull request comment missing

Verify the GitHub App installation, pull request number, repository permissions, and whether the run completed before the workflow exited.

Network assertion fails

Open the request evidence for the failing step. Confirm the target environment, auth state, request timing, and whether the backend side effect is eventually consistent.

Mobile artifact not found

Confirm the CI job produced the artifact, the upload step references the correct path, and the artifact matches the platform selected for the run.

On this page