@dev-blinq/cucumber_client 1.0.1579-dev → 1.0.1580-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.
|
@@ -313,6 +313,8 @@ export class BVTRecorder {
|
|
|
313
313
|
if (process.env.CDP_LISTEN_PORT === undefined) {
|
|
314
314
|
this.#remoteDebuggerPort = await findAvailablePort();
|
|
315
315
|
process.env.CDP_LISTEN_PORT = this.#remoteDebuggerPort;
|
|
316
|
+
} else {
|
|
317
|
+
this.#remoteDebuggerPort = process.env.CDP_LISTEN_PORT;
|
|
316
318
|
}
|
|
317
319
|
|
|
318
320
|
// this.stepRunner.setRemoteDebugPort(this.#remoteDebuggerPort);
|