-
Hi, I am tyring to use json to configure my test runs, but having trouble getting load simulations to use values from json-file.
And I am trying to initialize like this:
where ExampleTest is:
Is my syntax completely off and what would be the correct way to implement this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@routaz In the code you have "default_test"
But in JSON config, you have
They don't much by name |
Beta Was this translation helpful? Give feedback.
@routaz
You should have a match for Scenario names.
In the code you have "default_test"
But in JSON config, you have
They don't much by name