@artilleryio/int-core 2.3.1-dab3448 → 2.3.1-db4ca95
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/lib/runner.js +2 -1
- package/package.json +2 -2
package/lib/runner.js
CHANGED
|
@@ -438,7 +438,8 @@ function createContext(script, contextVars, additionalProperties = {}) {
|
|
|
438
438
|
target: script.config.target,
|
|
439
439
|
$environment: script._environment,
|
|
440
440
|
$processEnvironment: process.env, // TODO: deprecate
|
|
441
|
-
$env: process.env
|
|
441
|
+
$env: process.env,
|
|
442
|
+
$testId: global.artillery.testRunId,
|
|
442
443
|
},
|
|
443
444
|
contextVars || {}
|
|
444
445
|
),
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artilleryio/int-core",
|
|
3
|
-
"version": "2.3.1-
|
|
3
|
+
"version": "2.3.1-db4ca95",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@artilleryio/int-commons": "2.0.4-
|
|
7
|
+
"@artilleryio/int-commons": "2.0.4-db4ca95",
|
|
8
8
|
"@artilleryio/sketches-js": "^2.1.1",
|
|
9
9
|
"agentkeepalive": "^4.1.0",
|
|
10
10
|
"arrivals": "^2.1.2",
|