Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 747 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 747 Bytes

Scenario generator

Build Status Quality Gate

Creates a random scenario based on the parameters from the scenarios.yaml config file.

The current names for bakeries, customers and products are read from the corresponding .yaml files in the config folder.
If you want something added, please send a pull request!

The scripts

To generate a new random scenario, simply run the following command:

./scenario_generator

Note: This will overwrite the random-scenario files in the scenarios folder.