Skip to content

Commit 22b7740

Browse files
alliv8francisf
authored andcommitted
readme updates
1 parent 3204114 commit 22b7740

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
1818

1919
### Integrate your test suite
2020

21-
* Install dependencies `mvn compile`
21+
This repository uses the BrowserStack SDK to run tests on BrowserStack. Follow the steps below to install the SDK in your test suite and run tests on BrowserStack:
22+
2223
* Create sample browserstack.yml file with the browserstack related capabilities with your [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings) and place it in your root folder.
2324
* Add maven dependency of browserstack-java-sdk in your pom.xml file
2425
```sh
@@ -56,6 +57,7 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
5657
</configuration>
5758
</plugin>
5859
```
60+
* Install dependencies `mvn compile`
5961

6062
## Using Gradle
6163

@@ -69,8 +71,9 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
6971
Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
7072

7173
### Integrate your test suite
74+
75+
This repository uses the BrowserStack SDK to run tests on BrowserStack. Follow the steps below to install the SDK in your test suite and run tests on BrowserStack:
7276

73-
* Install dependencies `gradle build`
7477
* Following are the changes required in `gradle.build` -
7578
* Add `compileOnly 'com.browserstack:browserstack-java-sdk:latest.release'` in dependencies
7679
* Fetch Artifact Information and add `jvmArgs` property in tasks *SampleTest* and *SampleLocalTest* :
@@ -86,6 +89,8 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
8689
}
8790
}
8891
```
92+
93+
* Install dependencies `gradle build`
8994

9095

9196
## Notes

0 commit comments

Comments
 (0)