|
1 | 1 | --- |
2 | 2 | id: hyperexecute-smart-ui-test-using-playwright |
3 | | -title: Smart UI Testing in HyperExecute using Playwright |
| 3 | +title: SmartUI Testing in HyperExecute using Playwright |
4 | 4 | hide_title: false |
5 | 5 | sidebar_label: Playwright |
6 | 6 | description: Boost bug detection speed using HyperExecute smart UI testing with Playwright. Perform Visual UI Regression Testing for perfect app delivery. |
@@ -41,22 +41,22 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co |
41 | 41 | },{ |
42 | 42 | "@type": "ListItem", |
43 | 43 | "position": 3, |
44 | | - "name": "Smart UI Testing", |
| 44 | + "name": "SmartUI Testing", |
45 | 45 | "item": "https://www.lambdatest.com/support/docs/hyperexecute-smart-ui-test-using-playwright/" |
46 | 46 | }] |
47 | 47 | }) |
48 | 48 | }} |
49 | 49 | ></script> |
50 | 50 |
|
51 | | -This documentation will guide you step-by-step to execute the Smart UI tests on the HyperExecute platform using Playwright. |
| 51 | +This documentation will guide you step-by-step to execute the SmartUI tests on the HyperExecute platform using Playwright. |
52 | 52 |
|
53 | 53 | ## Prerequisites |
54 | 54 |
|
55 | 55 | - Your lambdatest [Username and Access key](/support/docs/hyperexecute-how-to-get-my-username-and-access-key/) |
56 | 56 | - [HyperExecute CLI](/support/docs/hyperexecute-cli-run-tests-on-hyperexecute-grid/) in order to initiate a test execution Job . |
57 | 57 | - Setup the [Environment Variable](/support/docs/hyperexecute-environment-variable-setup/) |
58 | 58 | - [HyperExecute YAML](/support/docs/hyperexecute-yaml-version0.2/) file which contains all the necessary instructions. |
59 | | -- To run Smart UI tests, you need to have a **Baseline Image** and a **Comparison Image**. A baseline image is the reference image with which you want to compare. You can either upload this image from your computer or take a screenshot from your browser. |
| 59 | +- To run SmartUI tests, you need to have a **Baseline Image** and a **Comparison Image**. A baseline image is the reference image with which you want to compare. You can either upload this image from your computer or take a screenshot from your browser. |
60 | 60 |
|
61 | 61 | :::info |
62 | 62 | After creating the project, you will get your `PROJECT_TOKEN`. You need to keep this project token safe as it will be used in the further steps below. |
@@ -224,7 +224,7 @@ OR use this command if you have not exported your username and access key in the |
224 | 224 |
|
225 | 225 | <img loading="lazy" src={require('../assets/images/hyperexecute/integration/lt-products/smart-ui/playwright/1.png').default} alt="automation-dashboard" width="1920" height="868" className="doc_img"/> |
226 | 226 |
|
227 | | -- This will redirect you the Smart UI dashboard where you can see all the images you have pushed for the testing. |
| 227 | +- This will redirect you the SmartUI dashboard where you can see all the images you have pushed for the testing. |
228 | 228 |
|
229 | 229 | <img loading="lazy" src={require('../assets/images/hyperexecute/integration/lt-products/smart-ui/playwright/2.png').default} alt="automation-dashboard" width="1920" height="868" className="doc_img"/> |
230 | 230 |
|
|
0 commit comments