Execute Tests Locally
Run test scenarios directly from the Features page using the Run menu. You can choose to execute the steps in a local browser or enable AI Recovery for resilient runs.
Navigate to the Features page and select the test scenario you want to run.
Click the Run button and choose one of the following options:
- Execute all steps: Runs the scenario locally using the BlinqIO Editor.
- Execute Scenario with AI Recovery: Runs locally with automatic fallback and retries powered by AI.
- Execute via CI/CD: Generates the command to run this scenario from a terminal or integrate it into your CI/CD pipeline.
Execute All Steps
Runs the test scenario directly in your browser using the BlinqIO Editor.
Select Execute all steps from the Run menu.
In the confirmation popup, choose where you want to run the scenario (Cloud or Local), then click Execute Scenario.
A new browser window opens along with a terminal, and the test begins running.
At the end of the test run, you will see the message Command finished, you can exit this window...
in the BlinqIO Editor console.
Execute Scenario with AI Recovery
Runs the scenario locally with automatic error recovery powered by AI.
- If a step fails, the system will attempt intelligent retries or fallback locators.
- Root Cause Analysis (RCA) will be triggered automatically for failed steps.
Note
Learn more about Root Cause Analysis here.