Skip to content

Commit 7c09830

Browse files
authored
feat(cli): add target url to test metadata for test:init event (#2672)
1 parent be18228 commit 7c09830

File tree

1 file changed

+2
-1
lines changed
  • packages/artillery/lib/cmds

1 file changed

+2
-1
lines changed

packages/artillery/lib/cmds/run.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ RunCommand.runCommandImplementation = async function (flags, argv, args) {
326326
launchType: flags.platform,
327327
artilleryVersion: {
328328
core: global.artillery.version
329-
}
329+
},
330+
targetUrl: script.config.target
330331
}
331332
});
332333

0 commit comments

Comments
 (0)