@gatling.io/cli 0.1.2 → 3.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gatling.io/cli",
3
- "version": "0.1.2",
3
+ "version": "3.11.2",
4
4
  "license": "Apache-2.0",
5
5
  "bin": {
6
6
  "gatling-js-cli": "target/index.js"
@@ -9,6 +9,6 @@ exports.versions = {
9
9
  coursier: "2.1.10",
10
10
  gatling: {
11
11
  core: "3.11.2",
12
- jsAdapter: "0.1.2"
12
+ jsAdapter: "3.11.2"
13
13
  }
14
14
  };
package/target/run.js CHANGED
@@ -29,7 +29,7 @@ const path = __importStar(require("path"));
29
29
  const log_1 = require("./log");
30
30
  const run = async (options) => {
31
31
  log_1.logger.info(`Running a Gatling simulation with options:
32
- - entrypointName: ${options.simulationName}
32
+ - simulationName: ${options.simulationName}
33
33
  - bundleFile: ${options.bundleFile}`);
34
34
  const bundleFolder = path.parse(options.bundleFile).dir;
35
35
  const bundleFileName = path.parse(options.bundleFile).base;