Skip to content
Open
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion docs/espresso-visual-regression.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
id: espresso-visual-regression
title: Getting Started With Visual Regression Testing Using Espresso On SmartUI Real Devices
sidebar_label: Espresso
description: Dive into our detailed Appium Visual Regression support documentation for step-by-step guidance! Efficiently perform visual testing, manage applications, and ensure your mobile apps are visually perfect before launch.
keywords:
- Visual Regression
Expand Down
4 changes: 2 additions & 2 deletions docs/sharding-espresso.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,12 +445,12 @@ If you are using the `deviceSelectionStrategy: any`, then in that case all the s

```bash
chmod u+x <cliFileNAme>
./<cliFileNAme> -user <userName> -key <accessKey> --verbose -i <yamlFileName>.yaml
./<cliFileNAme> -u <userName> -k <accessKey> --verbose -i <yamlFileName>.yaml
```

You can refer to this example and screenshot below:
```
./hyperexecute -user my_user_name -key xyx123abc --verbose -i hyperexecute.yaml
./hyperexecute -u my_user_name -k xyx123abc --verbose -i hyperexecute.yaml
```
<img loading="lazy" src={require('../assets/images/app-automation/example-folder.webp').default} alt="cmd" width="768" height="373" className="doc_img"/>

Expand Down
4 changes: 2 additions & 2 deletions docs/sharding-xcui.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,12 @@ If you are using the `deviceSelectionStrategy: any`, then in that case all the m

```bash
chmod u+x <cliFileNAme>
./<cliFileNAme> --u <userName> --k <accessKey> --verbose -i <yamlFileName>.yaml
./<cliFileNAme> -u <userName> -k <accessKey> --verbose -i <yamlFileName>.yaml
```

You can refer to this example and screenshot below:
```
./hyperexecute --u my_user_name --k xyx123abc --verbose -i hyperexecute.yaml
./hyperexecute -u my_user_name -k xyx123abc --verbose -i hyperexecute.yaml
```
<img loading="lazy" src={require('../assets/images/app-automation/example-folder.webp').default} alt="cmd" width="768" height="373" className="doc_img"/>

Expand Down
1 change: 0 additions & 1 deletion docs/xcui-visual-regression.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
id: xcui-visual-regression
title: Getting Started With Visual Regression Testing Using XCUI On SmartUI Real Devices
sidebar_label: XCUI
description: Dive into our detailed XCUI Visual Regression support documentation for step-by-step guidance! Efficiently perform visual testing, manage applications, and ensure your mobile apps are visually perfect before launch.
keywords:
- Visual Regression
Expand Down
5 changes: 5 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -2634,6 +2634,11 @@ module.exports = {
label: "MockWebServer & Localhost",
id: "espresso-mockwebserver-localhost",
},
{
type: "doc",
label: "SmartUI Visual Regression",
id: "espresso-visual-regression",
},
],
],

Expand Down
4 changes: 2 additions & 2 deletions static/docs/sharding-espresso-rd-hyperexecute.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,12 @@ If you are using the `deviceSelectionStrategy: any`, then in that case all the s

```bash
chmod u+x <cliFileNAme>
./<cliFileNAme> -user <userName> -key <accessKey> --verbose -i <yamlFileName>.yaml
./<cliFileNAme> -u <userName> -k <accessKey> --verbose -i <yamlFileName>.yaml
```

You can refer to this example and screenshot below:
```
./hyperexecute -user my_user_name -key xyx123abc --verbose -i hyperexecute.yaml
./hyperexecute -u my_user_name -k xyx123abc --verbose -i hyperexecute.yaml
```

5. After the test is started you can follow the test on the below links.
Expand Down
4 changes: 2 additions & 2 deletions static/docs/sharding-rd-hyperexec.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,12 @@ If you are using the `deviceSelectionStrategy: any`, then in that case all the m

```bash
chmod u+x <cliFileNAme>
./<cliFileNAme> --u <userName> --k <accessKey> --verbose -i <yamlFileName>.yaml
./<cliFileNAme> -u <userName> -k <accessKey> --verbose -i <yamlFileName>.yaml
```

You can refer to this example and screenshot below:
```
./hyperexecute --u my_user_name --k xyx123abc --verbose -i hyperexecute.yaml
./hyperexecute -u my_user_name -k xyx123abc --verbose -i hyperexecute.yaml
```

5. After the test is started you can follow the test on the below links.
Expand Down