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
* adding source to yml as we are using chromeDriver now
* create workflow for maven testing on testNG sample repo
* add browserstack creds
* add branch name
* fix get env var from secrets
* fix run multiple commands in one go
* set env vars when building with maven
* remove build step and add env var at root level
* add CODEOWNERS for yml files
* add codeowners and change profile name
* add local WebDriver profile and webdriver manager
* change profile names and run with bstack as per env var
* update: added comments to describe chromedriver setup
* run tests on PR and comment creation (#12)
* run tests on PR and comment creation
* fix pr comment
* add conditions for tests trigger
* add conditions for tests trigger
* fix: conditional expression
* fix: conditional expression format
* fix: corrected conditions placement
* add: java version 11 and ubuntu latest in matrices
* add: print PR comment
* fix: trigger issue comment event on sdk branch
* update: add event action for issue comment event
* remove: commenting condition
* add conditional run for job (#13)
* add conditional run for job
* create another job for comment run
* trigger tests on PR comment
* create separate jobs for test run
* run jobs consecutively
* set max parallels in strategy
* continue other tests when one fails
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,9 @@
11
11
- Clone the repository
12
12
- Replace YOUR_USERNAME and YOUR_ACCESS_KEY with your BrowserStack access credentials in browserstack.yml.
13
13
- Install dependencies `mvn compile`
14
-
- To run the test suite having cross-platform with parallelization, run `mvn test -P sample-test`
15
-
- To run local tests, run `mvn test -P sample-local-test`
14
+
- To run the test suite with local webdriver, run `mvn test -P skip-browserstack-test`
15
+
- To run the test suite having cross-platform with parallelization on browserstack, run `mvn test -P sample-test`
16
+
- To run local (privately hosted websites) tests on browserstack, run `mvn test -P sample-local-test`
16
17
17
18
Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
18
19
@@ -68,8 +69,9 @@ This repository uses the BrowserStack SDK to run tests on BrowserStack. Follow t
68
69
69
70
- Clone the repository
70
71
- Install dependencies `gradle build`
71
-
- To run the test suite having cross-platform with parallelization, run `gradle sampleTest`
72
-
- To run local tests, run `gradle sampleLocalTest`
72
+
- To run the test suite with local webdriver, run `gradle skipBrowserstackTest`
73
+
- To run the test suite having cross-platform with parallelization on browserstack, run `gradle sampleTest`
74
+
- To run local (privately hosted websites) tests on browserstack, run `gradle sampleLocalTest`
73
75
74
76
Understand how many parallel sessions you need by using our [Parallel Test Calculator](https://www.browserstack.com/automate/parallel-calculator?ref=github)
0 commit comments