@dev-blinq/cucumber_client 1.0.1382-stage → 1.0.1383-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,8 +1082,11 @@ 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: step.isImplemented ? path.join(this.tempSnapshotsFolder, env) : undefined,
1085
+ // BVT_TEMP_SNAPSHOTS_FOLDER: step.isImplemented ? path.join(this.tempSnapshotsFolder, env) : undefined,
1086
1086
  };
1087
+ if (!step.isImplemented) {
1088
+ _env.BVT_TEMP_SNAPSHOTS_FOLDER = path.join(this.tempSnapshotsFolder, env);
1089
+ }
1087
1090
 
1088
1091
  this.bvtContext.navigate = true;
1089
1092
  this.bvtContext.loadedRoutes = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1382-stage",
3
+ "version": "1.0.1383-stage",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",