You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
18
18
19
19
### Integrate your test suite
20
20
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
+
22
23
* 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.
23
24
* Add maven dependency of browserstack-java-sdk in your pom.xml file
24
25
```sh
@@ -56,6 +57,7 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
56
57
</configuration>
57
58
</plugin>
58
59
```
60
+
* Install dependencies `mvn compile`
59
61
60
62
## Using Gradle
61
63
@@ -69,8 +71,9 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
69
71
Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
70
72
71
73
### 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:
72
76
73
-
* Install dependencies `gradle build`
74
77
* Following are the changes required in `gradle.build` -
75
78
* Add `compileOnly 'com.browserstack:browserstack-java-sdk:latest.release'` in dependencies
76
79
* 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
0 commit comments