Execute same scenario with different globals
Scenario requires often a lot of setup code and sometimes we would like to repeat them but with a small difference. I think we could define in a JSON file a list of globals values to use for each run of the scenario. The scenario would just need to test for the variable in globals.
issue