Sequential execution
Run flows in a specific order using executionOrder for dependent test scenarios.
Configuring the sequence
# config.yaml
executionOrder:
continueOnFailure: false # Default is true
flowsOrder:
- signup_flow # Step 1
- verify_email_flow # Step 2
- complete_profile # Step 3Handling failures
Best practices and isolation
Example: Partial sequencing
Next steps
Last updated