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