PragmaticFlow/NBomber

Possibility to change LoadSimulationsSettings within a JSON file with values provided from command line arguments.

Open

#672 opened on Mar 12, 2024

View on GitHub
 (9 comments) (0 reactions) (0 assignees)CSS (1,926 stars) (118 forks)batch import
6.5help wantednew feature

Description

As part of our system configuration process, we currently manage load simulation settings within a JSON file. However, we often encounter scenarios where we need to dynamically adjust these settings based on specific requirements or test scenarios.

To improve flexibility and efficiency in configuring load simulations, it would be perfect to have the possibility of updating the LoadSimulationsSettings directly from command line arguments.

Contributor guide