Release/v1.3.0 dev#18
Open
elwafa wants to merge 11 commits into
Open
Conversation
feat: add support for load stages in VoltTest configuration
…ation and command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces advanced load testing features to the VoltTest Laravel package, focusing on ramped load profiles ("stages"), cloud execution, and region distribution. It updates both the documentation and codebase to support new configuration options, command-line flags, and programmatic APIs for these features.
Key changes include:
1. Stages (Ramped Load Profiles)
stagesconfig key,--stageCLI option, and programmatic API. When stages are set, the traditionalvirtual_users,duration, andramp_upsettings are ignored. Documentation and usage examples are provided in theREADME.md. [1] [2] [3] [4] [5] [6] [7]2. Cloud Execution
cloud), the--cloudCLI flag, and logic for handling test name conflicts interactively or in CI environments. Related documentation and examples are added. [1] [2] [3] [4]3. Region Distribution
regionsconfig key,--regionCLI flag, and programmatic API. Includes validation rules and usage documentation. [1] [2] [3] [4] [5]4. Command-Line and Programmatic API Enhancements
--stage,--cloud,--region) and logic to parse and apply them. TheVoltTestfacade and test case helpers now support cloud, stages, and regions APIs. [1] [2] [3] [4] [5] [6]5. Documentation and Versioning
README.mdwith detailed guides and examples for all new features, and incremented the package version incomposer.json. [1] [2] [3] [4] [5]