Skip to content

Commit be64a86

Browse files
author
Prince Dewani
committed
spelling corrections
1 parent 55215ff commit be64a86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reqnroll-with-selenium.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Navigate to the [LambdaTest Automation Dashboard](https://automation.lambdatest.
163163
<img loading="lazy" src={require('../assets/images/uploads/reqnroll-cloud-execution.webp').default} alt="cmd" width="768" height="373" className="doc_img"/>
164164
</p>
165165

166-
As seen below, all the scenarios that are a part of respective *.feature(s)* files successfuly executed on LambdaTest.
166+
As seen below, all the scenarios that are a part of respective *.feature(s)* files successfully executed on LambdaTest.
167167

168168
<p align="center">
169169
<img loading="lazy" src={require('../assets/images/uploads/reqnroll-step7.webp').default} alt="cmd" width="768" height="373" className="doc_img"/>
@@ -226,7 +226,7 @@ set LT_ACCESS_KEY=LT_ACCESS_KEY
226226

227227
For the testing, we are using the [Proverbial App (apk)](https://prod-mobile-artefacts.lambdatest.com/assets/docs/proverbial_android.apk) from LambdaTest. The app needs to be uploaded to the LambdaTest cloud storage. Run the below command for uploading the app to the cloud:
228228

229-
Note: Please replace the LT_USERNAME and LT_ACCESS_KEY with the actual LambdaTest crendentials that are available in the [LambdaTest Profile Section](https://accounts.lambdatest.com/security/username-accesskey) section.
229+
Note: Please replace the LT_USERNAME and LT_ACCESS_KEY with the actual LambdaTest credentials that are available in the [LambdaTest Profile Section](https://accounts.lambdatest.com/security/username-accesskey) section.
230230

231231
```bash
232232
curl -u "LT_USERNAME:LT_ACCESS_KEY" -X POST "https://manual-api.lambdatest.com/app/upload/realDevice" -F "url=https://prod-mobile-artefacts.lambdatest.com/assets/docs/proverbial_android.apk" -F "name=proverbial-android" -F "custom_id=sampleName" -F "storage=url" -F "visibility=individual"
@@ -288,7 +288,7 @@ Trigger the command make `reqnroll-automation-test` to run the Reqnroll tests on
288288

289289
**Step 8**
290290

291-
Navigate to the [LambdaTest Automation Dashboard](https://automation.lambdatest.com/) to check the status of the test execution. As seen below, all the scenarios that are a part of respective .feature(s) files successfuly executed on LambdaTest.
291+
Navigate to the [LambdaTest Automation Dashboard](https://automation.lambdatest.com/) to check the status of the test execution. As seen below, all the scenarios that are a part of respective .feature(s) files successfully executed on LambdaTest.
292292

293293
<p align="center">
294294
<img loading="lazy" src={require('../assets/images/uploads/reqnroll-mobile-step8.webp').default} alt="cmd" width="768" height="373" className="doc_img"/>

0 commit comments

Comments
 (0)