==============================
Git Branch | Build | Coverage |
---|---|---|
master | ||
develop |
Table of Contents generated with DocToc
This plugin allows you to integrate your Selenium tests in Jenkins with BrowserStack Automate.
- Setup and teardown BrowserStackLocal for testing internal,dev or staging environments.
- Embed BrowserStack Automate Report in your Jenkins job results.
- Manage BrowserStack credentials in a central location for all your BrowserStack builds.
- Minimum Jenkins version supported is 1.509.
- For viewing the BrowserStack Automate report in your Jenkins job results, JUnit plugin must be installed.
- The build must have the BrowserStack build tool plugin. Currently there are plugins for the following build tools,
- maven
When building the plugin package for internal testing build the hpi package using mvn clean package
. This will compile the code, run unit tests and build the hpi package.
The Google Analytics tracking id that will be used by default will be the one for testing.
When building the plugin package for users to install in their Jenkins instance using the command mvn clean package -Prelease
.
This will do the same thing as when building the plugin For Testing but the production Google Analytics tracking id will be used for
tracking analytics, if the user has it enabled.
Before creating an Issue please read the JIRA guidelines.
- Create a Bug.
- Request for a New Feature.
- Request for an Improvement in current functionality.
Code style files are their in code_formatter folder, for eclipse and intellij idea:
- For Eclipse : Under Window/Preferences select Java/Code Style/Formatter. Import the settings file by selecting Import.
- For Intellij Idea : Settings → Code Style → Java, click Manage, and import that XML file by simply clicking Import.