@lambdatest/smartui-cli 3.0.1 → 3.0.2
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.
- package/dist/index.cjs +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -975,7 +975,7 @@ var auth_default = (ctx) => {
|
|
|
975
975
|
};
|
|
976
976
|
|
|
977
977
|
// package.json
|
|
978
|
-
var version = "3.0.
|
|
978
|
+
var version = "3.0.2";
|
|
979
979
|
var package_default = {
|
|
980
980
|
name: "@lambdatest/smartui-cli",
|
|
981
981
|
version,
|
|
@@ -1518,6 +1518,7 @@ function captureScreenshots(ctx) {
|
|
|
1518
1518
|
yield captureScreenshotsAsync(ctx, staticConfig, browsers);
|
|
1519
1519
|
else
|
|
1520
1520
|
yield captureScreenshotsSync(ctx, staticConfig, browsers);
|
|
1521
|
+
delDir(`screenshots/${staticConfig.name.toLowerCase().replace(/\s/g, "_")}`);
|
|
1521
1522
|
output += `${chalk8__default.default.gray(staticConfig.name)} ${chalk8__default.default.green("\u2713")}
|
|
1522
1523
|
`;
|
|
1523
1524
|
ctx.task.output = output;
|