Getting error: missing simulation script. Verify that your scripts are in user files / simulations. Press any key to continue.,

I ran into this problem while executing a gatling batch file using the command line.

GATLING_HOME is set to "G: \ gatling-charts-highcharts-bundle-2.1.4" There is no simulation script. Verify that your scripts are in user files / simulation Press any key to continue.,.

I downloaded the new version of Gatling gatling-charts-highcharts-bundle-2.1.4 from http://gatling.io/download/ and try to start computerdatabase Simulation, getting an error message.

Is there a way to run the simulation other than using a batch file through the command line?

thanks

+6
source share
1 answer

You can run it with

Please note that the above documentation links use Gatling version 2.1.7. However, plugins also exist in older versions (e.g. 2.1.4) and are likely to continue in later versions - just replace the version number with http://gatling.io/docs/2.1.7/ .

0
source

Source: https://habr.com/ru/post/982199/


All Articles