Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/smartui-running-your-first-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
})
}}
></script>

This guide will walk you through the process of running your first visual regression test using SmartUI, a powerful feature of LambdaTest that ensures your web applications look flawless across all browsers and devices.
## Prerequisites

Expand Down Expand Up @@ -129,6 +130,7 @@ set PROJECT_TOKEN="123456#1234abcd-****-****-****-************"`}
{`$Env:LT_USERNAME="${YOUR_LAMBDATEST_USERNAME()}"
$Env:LT_ACCESS_KEY="${YOUR_LAMBDATEST_ACCESS_KEY()}"
$Env:PROJECT_TOKEN="123456#1234abcd-****-****-****-************"`}

</CodeBlock>
</div>
</TabItem>
Expand Down
Loading