OctoPerf / kraken

The Load Testing IDE
https://kraken.octoperf.com/
Apache License 2.0
115 stars 56 forks source link

Debugging a Gatling script should set the injection policy #11

Open geraldpereira opened 5 years ago

geraldpereira commented 5 years ago

A warning message is displayed when we detect that the user load injection policy starts more than one iteration.

We may be able to replace the injection policy with .inject(atOnceUsers(1) automatically before starting the test. We would have to copy the script (or the whole user-file folder) into a temporary folder.

geraldpereira commented 4 years ago

We could also deactivate think time automatically.