Skip to content

Commit

Permalink
docs: update gatlingExecuteTests example (#4726)
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 18, 2023
1 parent cd8c93e commit c3d420a
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 c3d420a

Please sign in to comment.