Profiles and Presets
Profiles and presets allow you to run the same workflow across different environments without changing the workflow file.Profiles
Profiles are named environment configurations in yourreplay.yaml. Activate a profile with --profile.
Definition
Usage
Use Case
Run the same smoke tests against every environment in your CI pipeline:Presets
Presets are reusable configuration bundles that a workflow can opt into.Definition
Activation in Workflow
Workflows activate presets viavars.presets:
Multiple Presets
Combining Profiles and Presets
You can use both together:What’s Next?
- Review the CLI reference
- Check troubleshooting