We have kept body of API inside bodies folder but for some reason maven is not able to pick this. It shows warning on both dataFolder and bodyFolder tag
io.gatling gatling-maven-plugin 3.1.2 ${project.basedir}/src/test/performance/resources ${project.basedir}/src/test/performance/resources ${project.basedir}/src/test/performance/scala com.oracle.fa.expenses.simulations.expensesSimulation ${project.basedir}/src/test/performance/resources/data ${project.basedir}/src/test/performance/resources/bodies ${project.basedir}/src/test/performance/resultsTerminal Warning on mvn gatling:test -
[WARNING] Parameter ‘dataFolder’ is unknown for plugin ‘gatling-maven-plugin:3.1.2:test (default-cli)’
[WARNING] Parameter ‘bodiesFolder’ is unknown for plugin ‘gatling-maven-plugin:3.1.2:test (default-cli)’
Because of this we are not able to test POST API. Thanks in advance