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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,8 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
44
44
45
45
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:
46
46
47
-
* Following are the changes required in `gradle.build` -
48
-
* Add `compileOnly 'com.browserstack:browserstack-java-sdk:latest.release'` in dependencies
47
+
* Following are the changes required in `build.gradle` -
48
+
* Add `implementation 'com.browserstack:browserstack-java-sdk:latest.release'` in dependencies
49
49
* Fetch Artifact Information and add `jvmArgs` property in tasks *SampleTest* and *SampleLocalTest* :
0 commit comments