We support all languages and frameworks that are compatible with Appium, so in case your favorite isn't in the table.
Don't worry, you can still run the test. window.openLTChatWidget()}>Contact Us for any help.
+
We support all languages and frameworks that are compatible with Appium, so in case your favorite isn't in the table.
Don't worry, you can still run the test. window.openLTChatWidget()}>Contact Us for any help.
## Next Steps
diff --git a/docs/smartui-baseline-management.md b/docs/smartui-baseline-management.md
index f232e4fad..4e1891335 100644
--- a/docs/smartui-baseline-management.md
+++ b/docs/smartui-baseline-management.md
@@ -13,10 +13,13 @@ keywords:
url: https://www.lambdatest.com/support/docs/smartui-baseline-management/
site_name: LambdaTest
slug: smartui-baseline-management/
----
+---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
+import NewTag from '../src/component/newTag';
+import CodeBlock from '@theme/CodeBlock';
+import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
---
@@ -129,28 +132,53 @@ npx smartui --markBaseline capture urls.json
## Best Practices
-1. **Baseline Selection**:
- - Choose stable builds as baselines
- - Document baseline selection criteria
- - Regular baseline updates
+
+
## Visual Examples
### Setting Baseline via Dashboard
@@ -312,4 +353,4 @@ Best practices for updating baselines:
### Getting Help
-If you encounter any issues with baseline management in SmartUI, please contact our support team at support@lambdatest.com or use the [24/7 Chat Support](https://www.lambdatest.com/support).
\ No newline at end of file
+If you encounter any issues with baseline management in SmartUI, please contact our support team at support@lambdatest.com or use the [24/7 Chat Support](https://www.lambdatest.com/support).
\ No newline at end of file
diff --git a/docs/smartui-basic-auth.md b/docs/smartui-basic-auth.md
index 52d8ec353..e798d7a01 100644
--- a/docs/smartui-basic-auth.md
+++ b/docs/smartui-basic-auth.md
@@ -11,11 +11,13 @@ keywords:
- Authentication Headers
url: https://www.lambdatest.com/support/docs/smartui-basic-auth/
slug: smartui-cli-basic-auth/
----
+---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import NewTag from '../src/component/newTag';
+import CodeBlock from '@theme/CodeBlock';
+import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
---
-
When capturing screenshots of applications or websites that are protected with authentication, you need to configure SmartUI to pass the necessary authentication headers. This ensures that SmartUI can access and properly render all assets on the page.
## Why Basic Authentication is Needed
@@ -106,22 +107,22 @@ For better security, you can use environment variables for your authentication c
Then set your environment variables:
-