What's new for August 2025?
[CI/CD Integration]: Modify Load Configuration Directly Within Your Pipeline
You can now configure load test settings directly in your CI/CD pipeline, without switching to the BlazeMeter UI. This update gives teams more control and streamlines performance testing across automated workflows.
Whether you’re using Azure DevOps, GitHub Actions, or GitLab CI, you can:
- Define load settings inline within your pipeline scripts
- Disable the default UI configuration and load settings from your script
- Dynamically adjust test behavior based on environment or pipeline variables
Supported parameters include:
- Concurrent Users
- Ramp-Up Time
- Ramp-Up Steps
- Iterations
- Duration
- Runtime user scaling (increase or decrease users during execution)
This enhancement helps teams adapt performance scenarios quickly, without disrupting the development pipeline.
For syntax examples and implementation details, visit the CI/CD Integration documentation.