File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ A scenario contains at least one request. Typically, this is a HTTP request.
4646### Simulations
4747A simulation can be seen as the actual test. It determines what scenario's should be run, and how many users should be simulated over the scenario's.
4848
49+ For all awailable simulations ` make choose/simulation `
50+
4951## Mocking
5052
5153### Data
@@ -74,15 +76,15 @@ A simulation can be seen as the actual test. It determines what scenario's shoul
7476
7577<!-- START makefile-doc -->
7678```
77- $ make help
79+ $ make help
7880init Commit hooks setup
7981validate Validate with pre-commit hooks
8082change Update changelog
8183docker/inspect Inspect container
8284reports Awailable Reports
8385clean/results Clean results folder
8486run/simulation Gatling run scenario 'make simulation=initial'
85- choose/simulation Show all simulations
87+ choose/simulation Show all simulations
8688```
8789<!-- END makefile-doc -->
8890
You can’t perform that action at this time.
0 commit comments