gatling-operator
gatling-operator copied to clipboard
[Bug]: Unable to run gatling tests using gradlePlugin within pod
Pre-requisites
- [X] I'd like to contribute the fix myself
What happened/what you expected to happen?
Created pod can not run task gatlingRun-MY_CLASS_NAME
.
It is because of wrong placeholder here.
According to documentation it should be:
gradle gatlingRun --simulation MY_CLASS_NAME
Relevant log output
No response