Skip to content

Commit d56dee3

Browse files
authored
Merge pull request #2175 from RushilK7/stage
Spell Fix
2 parents 0547149 + 8d04338 commit d56dee3

File tree

2 files changed

+37
-23
lines changed

2 files changed

+37
-23
lines changed

docs/hyperexecute-python-use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If your pipeline fails with:
9090
9191
It means that the `requirements.txt` file might be missing or ignored in .gitignore.
9292

93-
**Solution :** Ensure the file exists in the project root. Remove or comment out any requirements.txt entry from .gitignore. For this issue, ther are no YAML change required — this is a file management fix. However, verify that the command below correctly references the existing file name.
93+
**Solution :** Ensure the file exists in the project root. Remove or comment out any requirements.txt entry from .gitignore. For this issue, there are no YAML change required — this is a file management fix. However, verify that the command below correctly references the existing file name.
9494

9595
```bash
9696
pip install -r requirements.txt --cache-dir CacheDir

sidebars.js

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3209,18 +3209,47 @@ module.exports = {
32093209
},
32103210
{
32113211
type: "category",
3212-
label: "Mobile SDKs",
3212+
label: "Mobile Testing",
32133213
collapsed: true,
32143214
items: [
32153215
{
3216-
type: "doc",
3217-
label: "Appium SDK",
3218-
id: "smartui-appium-sdk",
3216+
type: "category",
3217+
label: "Mobile SDKs",
3218+
collapsed: true,
3219+
items: [
3220+
{
3221+
type: "doc",
3222+
label: "Appium SDK",
3223+
id: "smartui-appium-sdk",
3224+
},
3225+
{
3226+
type: "doc",
3227+
label: "Appium Java SDK",
3228+
id: "smartui-appium-java-sdk",
3229+
},
3230+
],
32193231
},
32203232
{
3221-
type: "doc",
3222-
label: "Appium Java SDK",
3223-
id: "smartui-appium-java-sdk",
3233+
type: "category",
3234+
label: "Mobile Hooks",
3235+
collapsed: true,
3236+
items: [
3237+
{
3238+
type: "doc",
3239+
label: "Appium Hooks",
3240+
id: "smartui-appium-hooks",
3241+
},
3242+
{
3243+
type: "doc",
3244+
label: "Espresso Hooks",
3245+
id: "espresso-visual-regression",
3246+
},
3247+
{
3248+
type: "doc",
3249+
label: "XCUI Hooks",
3250+
id: "xcui-visual-regression",
3251+
},
3252+
],
32243253
},
32253254
],
32263255
},
@@ -3251,21 +3280,6 @@ module.exports = {
32513280
label: "Puppeteer Hooks",
32523281
id: "puppeteer-visual-regression",
32533282
},
3254-
{
3255-
type: "doc",
3256-
label: "Appium Hooks",
3257-
id: "smartui-appium-hooks",
3258-
},
3259-
{
3260-
type: "doc",
3261-
label: "Espresso Hooks",
3262-
id: "espresso-visual-regression",
3263-
},
3264-
{
3265-
type: "doc",
3266-
label: "XCUI Hooks",
3267-
id: "xcui-visual-regression",
3268-
},
32693283
],
32703284
},
32713285
{

0 commit comments

Comments
 (0)