Skip to content

Commit

Permalink
Merge pull request #68 from LambdaTest/stage
Browse files Browse the repository at this point in the history
Release v3.0.2
  • Loading branch information
arushsaxena1998 authored Apr 2, 2024
2 parents 2d18748 + 6e13dfb commit f6d4a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambdatest/smartui-cli",
"version": "3.0.1",
"version": "3.0.2",
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
"files": [
"dist/**/*"
Expand Down
1 change: 1 addition & 0 deletions src/lib/screenshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export async function captureScreenshots(ctx: Context): Promise<Record<string,a
if (ctx.options.parallel) await captureScreenshotsAsync(ctx, staticConfig, browsers);
else await captureScreenshotsSync(ctx, staticConfig, browsers);

utils.delDir(`screenshots/${staticConfig.name.toLowerCase().replace(/\s/g, '_')}`);
output += (`${chalk.gray(staticConfig.name)} ${chalk.green('\u{2713}')}\n`);
ctx.task.output = output;
capturedScreenshots++;
Expand Down

0 comments on commit f6d4a72

Please sign in to comment.