From cd36910c9ea27c4f2d33bc814374f1f2523fc118 Mon Sep 17 00:00:00 2001 From: Omkar Kulkarni <89896505+omkarkulkarni2704@users.noreply.github.com> Date: Wed, 6 Aug 2025 22:34:24 +0530 Subject: [PATCH 1/2] Update pom.xml From 76fe8105f21400327eeaba61e00dde9a4780249f Mon Sep 17 00:00:00 2001 From: Omkar Kulkarni <89896505+omkarkulkarni2704@users.noreply.github.com> Date: Thu, 7 Aug 2025 11:00:54 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a7e4fe..748a4cd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ### Run sample build - Clone the repository -- Replace YOUR_USERNAME and YOUR_ACCESS_KEY with your BrowserStack access credentials in browserstack.yml. +- Update the browserstack.yml file with your BrowserStack username and access key by replacing YOUR_USERNAME and YOUR_ACCESS_KEY. - Install dependencies `mvn compile` - To run the test suite having cross-platform with parallelization, run `mvn test -P sample-test` - To run local tests, run `mvn test -P sample-local-test` @@ -67,7 +67,7 @@ This repository uses the BrowserStack SDK to run tests on BrowserStack. Follow t ### Run sample build - Clone the repository -- Install dependencies `gradle build` +- Install dependencies `build.gradle` - To run the test suite having cross-platform with parallelization, run `gradle sampleTest` - To run local tests, run `gradle sampleLocalTest` @@ -77,7 +77,7 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu 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: -* Following are the changes required in `gradle.build` - +* Following are the changes required in `build.gradle` - * Add `compileOnly 'com.browserstack:browserstack-java-sdk:latest.release'` in dependencies * Fetch Artifact Information and add `jvmArgs` property in tasks *SampleTest* and *SampleLocalTest* : ```