Skip to content

Commit 8dfd2b2

Browse files
Merge pull request #2163 from amanchopra1905/stage
HYP Use Cases
2 parents ce4bf85 + 8879bcc commit 8dfd2b2

8 files changed

+667
-47
lines changed

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
11
# [LambdaTest Documentation](https://lambdatest.com/support/docs/)
2-
32
Welcome to LambdaTest's documentation repository! Help us enhance our documentation by contributing—whether it's fixing a typo or adding new topics. We appreciate all contributions.
43

5-
---
6-
7-
84
## Contributing Content
9-
105
We recommend forking the repo, creating all content changes in branches, and submitting pull requests. We will work with you to get this content reviewed, tested, and merged for publishing.
116

127
## Building Locally
13-
148
Docusaurus requires the following to build on locals:
159

16-
* [NodeJS](https://nodejs.org/en/download/) version recommended: 16.14.0)
17-
* Verify the Node.js version by opening Command Prompt/Terminal and running node -v
18-
* Download Git [here](https://git-scm.com/downloads)
19-
* [VS Code Editor](https://code.visualstudio.com/download)
10+
- [NodeJS](https://nodejs.org/en/download/) version recommended: `16.14.0`
11+
- Verify the Node.js version by opening Command Prompt/Terminal and running `node -v`
12+
- Download Git [here](https://git-scm.com/downloads)
13+
- [VS Code Editor](https://code.visualstudio.com/download)
2014

2115
To build on your local:
2216

2317
1. Clone the repo using Git or tools like GitHub Desktop.
24-
2. In a terminal, change to the cloned repo folder. Run the install command: `npm install`.
18+
2. In a terminal, change to the cloned repo folder. Run the install command: `npm install --legacy --peer-deps`.
2519
3. To serve and review your content, use one of the following:
26-
* Use start, hot reloads as you make changes: `npm start`.
20+
- Use start, hot reloads as you make changes: `npm start`.
2721
4. To build locally and test your links, run `npm run build`. Any issues with broken links and images are listed according to file. Locate and update those issues, then run `npm serve` and start again to verify.
2822

29-
Note- If the command doesn't work, try `npm i react-scripts@latest` followed by `npm start`.
23+
Note: If the command doesn't work, try `npm i react-scripts@latest` followed by `npm start`.
3024

3125
The static files are generated in the build folder and run on your local machine at: http://localhost:3000/. To stop the build or served site, hit Ctrl + C to interrupt. You can enter new commands in terminal, rebuild, and restart.
3226

3327
[LambdaTest Documentation](https://lambdatest.com/support/docs/) was created using [Docusaurus 2](https://docusaurus.io/) with React
3428

3529
## Publishing Content
30+
- Clone the repository to your local machine
31+
- Switch to the `stage` branch / you can create your desired branch as well.
32+
- Now after completing your changes, raise the PR for the `stage` branch only and ask to the docs team to review and merge it for `stage`.
33+
- Verify your changes on the stage domain.
34+
- Now to deploy your changes to the PROD, provide all the PRs related to that feature to the docs team, they will merge it to PROD.
3635

37-
As pull requests are merged to the `main` branch by the [LambdaTest Documentation](https://lambdatest.com/support/docs/) team, the content builds and deploys to a staging site. This allows you to review and test your content thoroughly on a server, rather than a local build, prior to merging your code to production.
36+
As pull requests are merged to the `main` branch by the [LambdaTest Documentation](https://lambdatest.com/support/docs/) team, the content builds and deploys to a staging site. This allows you to review and test your content thoroughly on a server, rather than a local build, prior to merging your code to production.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
id: hyperexecute-csharp-use-cases
3+
title: HyperExecute CSharp Use Cases
4+
sidebar_label: CSharp Use Cases
5+
description: Discover the power of HyperExecute connected workflows and how testers or developers can leverage it for their daily autoamtion testing of their organization features.
6+
keywords:
7+
- LambdaTest Hyperexecute
8+
- LambdaTest Hyperexecute help
9+
- LambdaTest Hyperexecute documentation
10+
- LambdaTest Projects
11+
- C Sharp
12+
- NUnit
13+
- Specflow
14+
url: https://www.lambdatest.com/support/docs/hyperexecute-csharp-use-cases/
15+
site_name: LambdaTest
16+
slug: hyperexecute-csharp-use-cases/
17+
---
18+
19+
<script type="application/ld+json"
20+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
21+
"@context": "https://schema.org",
22+
"@type": "BreadcrumbList",
23+
"itemListElement": [{
24+
"@type": "ListItem",
25+
"position": 1,
26+
"name": "Home",
27+
"item": "https://www.lambdatest.com"
28+
},{
29+
"@type": "ListItem",
30+
"position": 2,
31+
"name": "Support",
32+
"item": "https://www.lambdatest.com/support/docs/"
33+
},{
34+
"@type": "ListItem",
35+
"position": 3,
36+
"name": "HyperExecute CSharp Use Cases",
37+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-csharp-use-cases/"
38+
}]
39+
})
40+
}}
41+
></script>

docs/hyperexecute-faqs.md

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: hyperexecute-faqs
3-
title: HyperExecute Frequently Asked Questions !!
3+
title: HyperExecute FAQs !!
44
hide_title: false
55
sidebar_label: FAQs
66
description: Get quick answers to all your HyperExecute queries with our comprehensive FAQs!
@@ -16,8 +16,6 @@ slug: hyperexecute-faqs/
1616

1717
import CodeBlock from '@theme/CodeBlock';
1818
import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/component/keys";
19-
import Tabs from '@theme/Tabs';
20-
import TabItem from '@theme/TabItem';
2119
import DocCard from '../src/component/DocCard';
2220

2321
<script type="application/ld+json"
@@ -43,35 +41,21 @@ import DocCard from '../src/component/DocCard';
4341
})
4442
}}
4543
></script>
46-
<div style={{ display: 'flex', flexWrap: 'wrap', justifyContent: 'space-between'}}>
47-
<DocCard heading="General FAQs" link="/support/docs/hyperexecute-general-faqs/" />
48-
<DocCard heading="YAML FAQs" link="/support/docs/hyperexecute-yaml-faqs/" />
49-
<DocCard heading="CLI FAQs" link="/support/docs/hyperexecute-cli-faqs/" />
50-
<DocCard heading="Features FAQs" link="/support/docs/hyperexecute-feature-faqs/" />
51-
<DocCard heading="Platform FAQs" link="/support/docs/hyperexecute-platform-faqs/" />
52-
<DocCard heading="Pricing FAQs" link="/support/docs/hyperexecute-pricing-faqs/" />
53-
<DocCard heading="Security FAQs" link="/support/docs/hyperexecute-security-faqs/" />
54-
<DocCard heading="Enterprise FAQs" link="/support/docs/hyperexecute-enterprise-faqs/" />
44+
45+
<div style={{ display: 'flex', justifyContent: 'space-between'}}>
46+
<DocCard heading="General" link="/support/docs/hyperexecute-general-faqs/" />
47+
<DocCard heading="YAML" link="/support/docs/hyperexecute-yaml-faqs/" />
48+
<DocCard heading="CLI" link="/support/docs/hyperexecute-cli-faqs/" />
49+
<DocCard heading="Features" link="/support/docs/hyperexecute-feature-faqs/" />
50+
</div><br />
51+
52+
<div style={{ display: 'flex', justifyContent: 'space-between'}}>
53+
<DocCard heading="Platform" link="/support/docs/hyperexecute-platform-faqs/" />
54+
<DocCard heading="Pricing" link="/support/docs/hyperexecute-pricing-faqs/" />
55+
<DocCard heading="Security" link="/support/docs/hyperexecute-security-faqs/" />
56+
<DocCard heading="Enterprise" link="/support/docs/hyperexecute-enterprise-faqs/" />
5557
</div>
5658

57-
>If you have more questions, then just give us a <span className="doc__lt" onClick={() => window.openLTChatWidget()}>shout</span> and we will answer them for you.
59+
<br />
5860

59-
<nav aria-label="breadcrumbs">
60-
<ul className="breadcrumbs">
61-
<li className="breadcrumbs__item">
62-
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com">
63-
Home
64-
</a>
65-
</li>
66-
<li className="breadcrumbs__item">
67-
<a className="breadcrumbs__link" target="_self" href="https://www.lambdatest.com/support/docs/">
68-
Support
69-
</a>
70-
</li>
71-
<li className="breadcrumbs__item breadcrumbs__item--active">
72-
<span className="breadcrumbs__link">
73-
HyperExecute FAQs
74-
</span>
75-
</li>
76-
</ul>
77-
</nav>
61+
> If you have more questions, then just give us a <span className="doc__lt" onClick={() => window.openLTChatWidget()}>shout</span> and we will answer them for you.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
id: hyperexecute-python-use-cases
3+
title: HyperExecute Python Use Cases
4+
sidebar_label: Python Use Cases
5+
description: Discover the power of HyperExecute connected workflows and how testers or developers can leverage it for their daily autoamtion testing of their organization features.
6+
keywords:
7+
- LambdaTest Hyperexecute
8+
- LambdaTest Hyperexecute help
9+
- LambdaTest Hyperexecute documentation
10+
- LambdaTest Projects
11+
- Python
12+
- Behave
13+
- Robot
14+
url: https://www.lambdatest.com/support/docs/hyperexecute-python-use-cases/
15+
site_name: LambdaTest
16+
slug: hyperexecute-python-use-cases/
17+
---
18+
19+
<script type="application/ld+json"
20+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
21+
"@context": "https://schema.org",
22+
"@type": "BreadcrumbList",
23+
"itemListElement": [{
24+
"@type": "ListItem",
25+
"position": 1,
26+
"name": "Home",
27+
"item": "https://www.lambdatest.com"
28+
},{
29+
"@type": "ListItem",
30+
"position": 2,
31+
"name": "Support",
32+
"item": "https://www.lambdatest.com/support/docs/"
33+
},{
34+
"@type": "ListItem",
35+
"position": 3,
36+
"name": "HyperExecute Python Use Cases",
37+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-python-use-cases/"
38+
}]
39+
})
40+
}}
41+
></script>

0 commit comments

Comments
 (0)