Skip to content

Commit 29ef837

Browse files
authored
Merge pull request #3418 from keys-github/salman-stage
Updated sidebar labels
2 parents 5399b4e + 2031a0d commit 29ef837

23 files changed

Lines changed: 223 additions & 2 deletions

docs/accessibility-testing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,9 @@ autoScan applies to **web** automation. On real devices, app automation scans ar
9191
## Accessibility standards
9292

9393
Accessibility Testing helps you work toward standards such as WCAG, ADA, EAA, and Section 508. Automated testing covers many rules, but it does not replace manual verification for every accessibility requirement. See the [Web](/support/docs/accessibility-web-what-we-cover/), [iOS](/support/docs/accessibility-ios-what-we-cover/), and [Android](/support/docs/accessibility-android-what-we-cover/) checklists for supported rules plus each platform’s **manual test checklist**, with links into each rule repository.
94+
95+
## Related accessibility guides
96+
97+
- [Accessibility Testing with Deque's axe](/support/docs/deque-integration/) — run automated accessibility checks using Deque's axe across 3000+ browsers.
98+
- [Screen Reader / VoiceOver on Real Devices](/support/docs/screen-reader-voiceover-real-devices-browser/) — perform manual screen reader and VoiceOver testing on real devices.
99+
- [Accessibility NUnit C# Test](/support/docs/accessibility-nunit-csharp-test/) — run automated accessibility checks from an NUnit (C#) test.

docs/analytics-overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,8 @@ The <NewTag value="BETA" bgColor="#ffec02" color="#000" /> features are availabl
216216
</li>
217217
</ul>
218218
</nav>
219+
220+
## Related analytics guides
221+
222+
- [Build insights](/support/docs/analytics-build-insights/) — analyze build-level trends and outcomes across your test runs.
223+
- [Dashboard settings](/support/docs/analytics-dashboard-settings/) — configure and personalize your analytics dashboards.

docs/browser-cloud-connect.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,3 +453,9 @@ the timeout.
453453
</li>
454454
</ul>
455455
</nav>
456+
457+
## Related guides
458+
459+
- [Browser Cloud Sessions Overview](/support/docs/browser-cloud-sessions-overview/) — view and manage your Browser Cloud sessions and their details.
460+
- [Browser Cloud Tunnel](/support/docs/browser-cloud-tunnel/) — reach locally hosted or private environments from a Browser Cloud session.
461+
- [Bypass Proxy Domains](/support/docs/bypass-proxy-domains/) — exclude specific domains from the tunnel proxy during a session.

docs/bug-tracking-tools.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,34 @@ import BrandName, { BRAND_URL } from '@site/src/component/BrandName';
136136
<div className="download_btn mb-10">
137137
<a href="https://www.testmuai.com/support/docs/rally-integration/">Rally Integration With <BrandName /></a>
138138
</div>
139+
140+
<div className="download_btn mb-10">
141+
<a href="/support/docs/redmine-integration/">Redmine Integration With <BrandName /></a>
142+
</div>
143+
144+
<div className="download_btn mb-10">
145+
<a href="/support/docs/spirateam-integration/">SpiraTeam Integration With <BrandName /></a>
146+
</div>
147+
148+
<div className="download_btn mb-10">
149+
<a href="/support/docs/alm-octane-integration/">ALM Octane Integration With <BrandName /></a>
150+
</div>
151+
152+
<div className="download_btn mb-10">
153+
<a href="/support/docs/zenkit-integration/">Zenkit Integration With <BrandName /></a>
154+
</div>
155+
156+
<div className="download_btn mb-10">
157+
<a href="/support/docs/userback-integration/">Userback Integration With <BrandName /></a>
158+
</div>
159+
160+
<div className="download_btn mb-10">
161+
<a href="/support/docs/zoho-cliq-integration/">Zoho Cliq Integration With <BrandName /></a>
162+
</div>
163+
164+
<div className="download_btn mb-10">
165+
<a href="/support/docs/webex-teams-integration/">Webex Teams Integration With <BrandName /></a>
166+
</div>
139167
:::info Note
140168

141169
If your favourite Bug Tracking tool is not in the list above mentioned, you can just give us a <span className="doc__lt" onClick={() => window.openLTChatWidget()}>**shout**</span> and we will have it ready shortly for you.

docs/getting-started-with-appium-testing.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,4 +369,10 @@ We support all languages and frameworks that are compatible with Selenium, so in
369369

370370
</ul>
371371

372+
## Related app automation guides
373+
374+
- [App Automation Dashboard](/support/docs/app-automation-dashboard/) — navigate build and session results for your app automation runs.
375+
- [Flutter Supported Capabilities](/support/docs/flutter-supported-capabilities/) — capabilities supported for automating Flutter apps on TestMu AI.
376+
- [Manual App Profiling](/support/docs/manual-app-profiling/) — capture performance profiles while manually testing your app.
377+
372378
</nav>

docs/getting-started-with-hyperexecute.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,71 @@ Now that you've set up HyperExecute and run your first test, explore these resou
181181
</a>
182182
</div>
183183

184+
### Run your framework on HyperExecute
185+
186+
Already using one of these frameworks? Follow the dedicated guide to run it on the HyperExecute grid:
187+
188+
<div className="support_main">
189+
<a href="/support/docs/ruby-on-hyperexecute-grid/">
190+
<div className="support_inners">
191+
<h3>Ruby on HyperExecute</h3>
192+
<p>Run your Ruby test suite on the HyperExecute grid.</p>
193+
</div>
194+
</a>
195+
<a href="/support/docs/mocha-on-hyperexecute/">
196+
<div className="support_inners">
197+
<h3>Mocha on HyperExecute</h3>
198+
<p>Run your Mocha (JavaScript) tests on the HyperExecute grid.</p>
199+
</div>
200+
</a>
201+
<a href="/support/docs/capybara-on-hyperexecute-grid/">
202+
<div className="support_inners">
203+
<h3>Capybara on HyperExecute</h3>
204+
<p>Run your Capybara acceptance tests on the HyperExecute grid.</p>
205+
</div>
206+
</a>
207+
<a href="/support/docs/protractor-on-hyperexecute-grid/">
208+
<div className="support_inners">
209+
<h3>Protractor on HyperExecute</h3>
210+
<p>Run your Protractor tests on the HyperExecute grid.</p>
211+
</div>
212+
</a>
213+
<a href="/support/docs/nunit-on-hyperexecute-grid/">
214+
<div className="support_inners">
215+
<h3>NUnit on HyperExecute</h3>
216+
<p>Run your NUnit (C#) tests on the HyperExecute grid.</p>
217+
</div>
218+
</a>
219+
<a href="/support/docs/behave-on-hyperexecute-grid/">
220+
<div className="support_inners">
221+
<h3>Behave on HyperExecute</h3>
222+
<p>Run your Behave (Python BDD) tests on the HyperExecute grid.</p>
223+
</div>
224+
</a>
225+
<a href="/support/docs/robot-on-hyperexecute-grid/">
226+
<div className="support_inners">
227+
<h3>Robot Framework on HyperExecute</h3>
228+
<p>Run your Robot Framework tests on the HyperExecute grid.</p>
229+
</div>
230+
</a>
231+
</div>
232+
233+
### More HyperExecute guides
234+
235+
Once your first job is running, these guides cover day-to-day configuration, monitoring, and private-cloud setup:
236+
237+
- [HyperExecute CLI errors](/support/docs/hyperexecute-cli-error/) — diagnose and resolve common HyperExecute CLI errors.
238+
- [GUI query](/support/docs/hyperexecute-gui-query/) — filter and search your jobs from the HyperExecute UI.
239+
- [YAML capability overrides](/support/docs/hyperexecute-yaml-capability-overrides/) — override capabilities per job in your HyperExecute YAML.
240+
- [Task metrics](/support/docs/hyperexecute-task-metrics/) — read the per-task performance metrics for a run.
241+
- [Task widgets](/support/docs/hyperexecute-task-widgets/) — customize the task widgets on your dashboard.
242+
- [Org product preferences](/support/docs/hyperexecute-org-product-preferences/) — set organization-level HyperExecute preferences.
243+
- [MCP server release notes 1.0.0](/support/docs/hyperexecute-mcp-server-release-notes-1-0-0/) — what shipped in the HyperExecute MCP server 1.0.0.
244+
- [Slack integration](/support/docs/hyperexecute-slack-integration/) — get HyperExecute job notifications in Slack.
245+
- [Private Cloud setup on Azure](/support/docs/hyperexecute-private-cloud-setup-with-azure/) — deploy HyperExecute Private Cloud on Microsoft Azure.
246+
- [VNet peering for Private Cloud](/support/docs/hyperexecute-vnet-peering-for-private-cloud/) — connect your VNet to HyperExecute Private Cloud.
247+
- [Migrate from Sauce Labs to HyperExecute](/support/docs/saucelabs-to-hyperexecute-migrate/) — move your Sauce Labs suite to HyperExecute.
248+
184249
:::tip We’re Already in Your Favorite Cloud!
185250
Deploy our cloud-native test orchestration platform directly from your trusted marketplace:
186251
- [Microsoft Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/lambdatestinc1584019832435.hyper_execute?exp=ubp8&tab=Overview)

docs/getting-started-with-kane-ai.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,14 @@ Learn what is the best way to tell KaneAI what it needs to do:
207207
</div>
208208
</a>
209209
</nav>
210+
211+
## Related KaneAI guides
212+
213+
Ready to go further with KaneAI? These guides cover common authoring and workflow tasks:
214+
215+
- [Create Pull Requests from KaneAI Test Cases](/support/docs/kaneai-create-pr/) — turn KaneAI test cases into pull requests in your repository.
216+
- [Scroll Until Element for Mobile Authoring](/support/docs/kaneai-scroll-until-mobile/) — scroll until a target element is visible when authoring mobile tests.
217+
- [Error handling in KaneAI](/support/docs/error-handling-kaneai/) — handle failures and recover gracefully within a KaneAI test.
218+
- [Kane CLI modes](/support/docs/kane-cli-modes/) — the execution modes available in the Kane CLI.
219+
- [Finding and interacting with elements](/support/docs/kaneai-kb-finding-and-interacting-with-elements/) — describe elements so KaneAI can locate them reliably.
220+
- [Mobile app testing patterns](/support/docs/kaneai-kb-mobile-app-testing-patterns/) — common patterns for authoring mobile app tests with KaneAI.

docs/getting-started-with-lambdatest-automation.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,14 @@ https://{username}:{accessKey}@hub.lambdatest.com/wd/hub
130130
</li>
131131
</ul>
132132
</nav>
133+
134+
## Related Selenium guides
135+
136+
- [Getting Started with Selenium 4](/support/docs/getting-started-with-selenium-4/) — set up and run Selenium 4 tests on the TestMu AI cloud grid.
137+
- [Test Locally Hosted Websites with Selenium](/support/docs/test-locally-hosted-websites-with-selenium/) — run Selenium tests against locally hosted or staging sites using Tunnel.
138+
- [Run PHP tests on the Selenium grid](/support/docs/quick-guide-to-run-php-tests-on-testmu-selenium-grid/) — a quick guide to running PHP Selenium tests on TestMu AI.
139+
- [IE mode on Edge](/support/docs/ie-mode-on-edge/) — test legacy Internet Explorer behavior using IE mode on Microsoft Edge.
140+
141+
## Migrating to TestMu AI
142+
143+
- [Migrate from a Legacy Platform to TestMu AI](/support/docs/migrate-from-legacy-platform-to-testmu/) — move your existing tests from a legacy platform to TestMu AI.

docs/getting-started-with-mobile-browser-real-time-testing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ The <BrandName /> dashboard is designed to simplify the testing process. Here's
7676
- **Tunnel :** For testing on environments that are not publicly accessible, configure the Tunnel settings to enable testing on staging or local sites.
7777

7878
- **Start Button :** Located on the right side of the URL field, this button initializes the testing session once you have chosen your device and browser configuration.
79+
80+
## Related guides
81+
82+
- [Real-Time Mobile Browser Testing Tools](/support/docs/real-time-mobile-browser-testing-tools/) — explore the developer tools available during a real-time mobile browser session.

docs/hyperexecute-integration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ Integrate HyperExecute with your favourite CI/CD tools, products and <BrandName
8181
</li>
8282
</ul>
8383
</nav>
84+
85+
## Related integrations
86+
87+
- [HyperExecute GitHub App Integration](/support/docs/hyperexecute-github-app-integration/) — trigger and manage HyperExecute jobs directly from the GitHub App.

0 commit comments

Comments
 (0)