@dev-blinq/cucumber_client 1.0.1614-dev → 1.0.1616-dev

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.
@@ -162,7 +162,7 @@ export function getInitScript(config, options) {
162
162
  );
163
163
  })();
164
164
  `;
165
- return preScript + recorderScript + process.env.REMOTE_RECORDER === "true" ? clipboardBridgeScript : `;`;
165
+ return preScript + recorderScript + clipboardBridgeScript;
166
166
  }
167
167
 
168
168
  async function evaluate(frame, script) {
@@ -1084,7 +1084,7 @@ export class BVTRecorder {
1084
1084
  REPORT_FOLDER: this.bvtContext.reportFolder,
1085
1085
  BLINQ_ENV: this.envName,
1086
1086
  DEBUG: "blinq:route",
1087
- BVT_TEMP_SNAPSHOTS_FOLDER: path.join(this.tempSnapshotsFolder, env),
1087
+ BVT_TEMP_SNAPSHOTS_FOLDER: step.isImplemented ? path.join(this.tempSnapshotsFolder, env) : undefined,
1088
1088
  };
1089
1089
 
1090
1090
  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.1614-dev",
3
+ "version": "1.0.1616-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",