Skip to content

Sample repo to integrate BrowserStack reports with Jenkins

Notifications You must be signed in to change notification settings

hanikhan/testAssistPlugin_BS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testng-browserstack

TestNG Integration with BrowserStack.

BrowserStack Logo

Setup

Running your tests

  • To run a single test, run mvn test -P single
  • To run local tests, run mvn test -P local
  • To run parallel tests, run mvn test -P parallel

Understand how many parallel sessions you need by using our Parallel Test Calculator

Notes

  • You can view your test results on the BrowserStack Automate dashboard

  • To test on a different set of browsers, check out our platform configurator

  • You can export the environment variables for the Username and Access Key of your BrowserStack account

    export BROWSERSTACK_USERNAME=<browserstack-username> &&
    export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>
    

Steps to integrate this repo to work with Jenkins:

  • Install the BrowserStack Plugin in Jenkins
  • Create a new Maven Job that clones this repo and check the BrowserStack option
  • Run any test mentioned above(for example: mvn test -P parallel)
  • Check option for reports in post build actions Detailed instruction for job setup can be found here: https://www.browserstack.com/automate/jenkins

About

Sample repo to integrate BrowserStack reports with Jenkins

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages