Skip to content

Commit

Permalink
Update gatlingExecuteTests.md
Browse files Browse the repository at this point in the history
There is no testModule parameter in gatlingExecuteTests, the correct parameter to be used is pomPath
  • Loading branch information
burreo authored Dec 15, 2023
1 parent 6587808 commit ac1efb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/steps/gatlingExecuteTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ We recommend to define values of step parameters via [config.yml file](../config
Pipeline step:

```groovy
gatlingExecuteTests script: this, testModule: 'performance-tests/pom.xml'
gatlingExecuteTests script: this, pomPath: 'performance-tests/pom.xml'
```

0 comments on commit ac1efb2

Please sign in to comment.