@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 +
|
|
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;
|