@dev-blinq/cucumber_client 1.0.1376-stage → 1.0.1377-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.
|
@@ -201,7 +201,7 @@ export class BVTRecorder {
|
|
|
201
201
|
this.pageSet = new Set();
|
|
202
202
|
this.pageMetaDataSet = new Set();
|
|
203
203
|
this.lastKnownUrlPath = "";
|
|
204
|
-
this.world = { attach: () => {} };
|
|
204
|
+
this.world = { attach: () => { } };
|
|
205
205
|
this.shouldTakeScreenshot = true;
|
|
206
206
|
this.watcher = null;
|
|
207
207
|
this.networkEventsFolder = path.join(tmpdir(), "blinq_network_events");
|
|
@@ -320,7 +320,7 @@ export class BVTRecorder {
|
|
|
320
320
|
process.env.CDP_LISTEN_PORT = this.#remoteDebuggerPort;
|
|
321
321
|
|
|
322
322
|
// this.stepRunner.setRemoteDebugPort(this.#remoteDebuggerPort);
|
|
323
|
-
this.world = { attach: () => {} };
|
|
323
|
+
this.world = { attach: () => { } };
|
|
324
324
|
|
|
325
325
|
const ai_config_file = path.join(this.projectDir, "ai_config.json");
|
|
326
326
|
let ai_config = {};
|
|
@@ -822,7 +822,7 @@ export class BVTRecorder {
|
|
|
822
822
|
}
|
|
823
823
|
async closeBrowser() {
|
|
824
824
|
delete process.env.TEMP_RUN;
|
|
825
|
-
await this.watcher.close().then(() => {});
|
|
825
|
+
await this.watcher.close().then(() => { });
|
|
826
826
|
this.watcher = null;
|
|
827
827
|
this.previousIndex = null;
|
|
828
828
|
this.previousHistoryLength = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dev-blinq/cucumber_client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1377-stage",
|
|
4
4
|
"description": " ",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"types": "bin/index.d.ts",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@babel/traverse": "^7.27.1",
|
|
38
38
|
"@babel/types": "^7.27.1",
|
|
39
39
|
"@cucumber/tag-expressions": "^6.1.1",
|
|
40
|
-
"@dev-blinq/cucumber-js": "1.0.
|
|
40
|
+
"@dev-blinq/cucumber-js": "1.0.113-stage",
|
|
41
41
|
"@faker-js/faker": "^8.4.1",
|
|
42
42
|
"automation_model": "1.0.777-stage",
|
|
43
43
|
"axios": "^1.7.4",
|