skopix 2.0.76 → 2.0.77

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.
@@ -2767,6 +2767,7 @@ function cleanTest(t) {
2767
2767
  if (t.headless) out.headless = true;
2768
2768
  if (t.generateReport === false) out.generateReport = false;
2769
2769
  if (t.browserZoom && t.browserZoom !== 1) out.browserZoom = t.browserZoom;
2770
+ if (t.folder) out.folder = t.folder;
2770
2771
  return out;
2771
2772
  }
2772
2773
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skopix",
3
- "version": "2.0.76",
3
+ "version": "2.0.77",
4
4
  "description": "Browser-based QA tool — record tests by using your app, replay them deterministically, generate Playwright code automatically",
5
5
  "main": "cli/index.js",
6
6
  "bin": {