@dev-blinq/cucumber_client 1.0.1438-dev → 1.0.1439-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.
@@ -842,6 +842,8 @@ export class BVTRecorder {
842
842
  this.bvtContext.loadedRoutes = null;
843
843
  if (listenNetwork) {
844
844
  process.env.STORE_DETAILED_NETWORK_DATA = "true";
845
+ } else {
846
+ process.env.STORE_DETAILED_NETWORK_DATA = "false";
845
847
  }
846
848
  for (const [key, value] of Object.entries(_env)) {
847
849
  process.env[key] = value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-blinq/cucumber_client",
3
- "version": "1.0.1438-dev",
3
+ "version": "1.0.1439-dev",
4
4
  "description": " ",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",