@dev-blinq/cucumber_client 1.0.1381-stage → 1.0.1382-stage

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.
@@ -1082,7 +1082,7 @@ export class BVTRecorder {
1082
1082
  REPORT_FOLDER: this.bvtContext.reportFolder,
1083
1083
  BLINQ_ENV: this.envName,
1084
1084
  DEBUG: "blinq:route",
1085
- BVT_TEMP_SNAPSHOTS_FOLDER: path.join(this.tempSnapshotsFolder, env),
1085
+ BVT_TEMP_SNAPSHOTS_FOLDER: step.isImplemented ? path.join(this.tempSnapshotsFolder, env) : undefined,
1086
1086
  };
1087
1087
 
1088
1088
  this.bvtContext.navigate = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1381-stage",
3
+ "version": "1.0.1382-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",