diff --git a/docs/espresso-visual-regression.md b/docs/espresso-visual-regression.md index df6b4ecf1..06afa1ee8 100644 --- a/docs/espresso-visual-regression.md +++ b/docs/espresso-visual-regression.md @@ -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 diff --git a/docs/sharding-espresso.md b/docs/sharding-espresso.md index db493e5f2..a5d20facc 100644 --- a/docs/sharding-espresso.md +++ b/docs/sharding-espresso.md @@ -445,12 +445,12 @@ If you are using the `deviceSelectionStrategy: any`, then in that case all the s ```bash chmod u+x -./ -user -key --verbose -i .yaml +./ -u -k --verbose -i .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 ``` cmd diff --git a/docs/sharding-xcui.md b/docs/sharding-xcui.md index bcef4630d..975f8216a 100644 --- a/docs/sharding-xcui.md +++ b/docs/sharding-xcui.md @@ -335,12 +335,12 @@ If you are using the `deviceSelectionStrategy: any`, then in that case all the m ```bash chmod u+x -./ --u --k --verbose -i .yaml +./ -u -k --verbose -i .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 ``` cmd diff --git a/docs/xcui-visual-regression.md b/docs/xcui-visual-regression.md index fed5af669..ba357b035 100644 --- a/docs/xcui-visual-regression.md +++ b/docs/xcui-visual-regression.md @@ -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 diff --git a/sidebars.js b/sidebars.js index 407875912..ed7caaba6 100644 --- a/sidebars.js +++ b/sidebars.js @@ -2634,6 +2634,11 @@ module.exports = { label: "MockWebServer & Localhost", id: "espresso-mockwebserver-localhost", }, + { + type: "doc", + label: "SmartUI Visual Regression", + id: "espresso-visual-regression", + }, ], ], diff --git a/static/docs/sharding-espresso-rd-hyperexecute.md b/static/docs/sharding-espresso-rd-hyperexecute.md index 722cd116f..a18e4cae9 100644 --- a/static/docs/sharding-espresso-rd-hyperexecute.md +++ b/static/docs/sharding-espresso-rd-hyperexecute.md @@ -290,12 +290,12 @@ If you are using the `deviceSelectionStrategy: any`, then in that case all the s ```bash chmod u+x -./ -user -key --verbose -i .yaml +./ -u -k --verbose -i .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. diff --git a/static/docs/sharding-rd-hyperexec.md b/static/docs/sharding-rd-hyperexec.md index ddda578e2..ac89a9c86 100644 --- a/static/docs/sharding-rd-hyperexec.md +++ b/static/docs/sharding-rd-hyperexec.md @@ -204,12 +204,12 @@ If you are using the `deviceSelectionStrategy: any`, then in that case all the m ```bash chmod u+x -./ --u --k --verbose -i .yaml +./ -u -k --verbose -i .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.