skopix 2.0.75 → 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.
@@ -2639,6 +2639,7 @@ async function listAllTests(suitesDir) {
2639
2639
  provider: test.provider,
2640
2640
  model: test.model,
2641
2641
  credentials: test.credentials || '',
2642
+ folder: test.folder || null,
2642
2643
  });
2643
2644
  }
2644
2645
  }
@@ -2766,6 +2767,7 @@ function cleanTest(t) {
2766
2767
  if (t.headless) out.headless = true;
2767
2768
  if (t.generateReport === false) out.generateReport = false;
2768
2769
  if (t.browserZoom && t.browserZoom !== 1) out.browserZoom = t.browserZoom;
2770
+ if (t.folder) out.folder = t.folder;
2769
2771
  return out;
2770
2772
  }
2771
2773
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skopix",
3
- "version": "2.0.75",
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": {