https://github.com/testingbot/testingbot-jenkins-plugin
Plugin for Jenkins and TestingBot's Selenium grid
https://github.com/testingbot/testingbot-jenkins-plugin
jenkins-plugin jenkins-testingbot-plugin selenium-webdriver testingbot
Last synced: 16 days ago
JSON representation
Plugin for Jenkins and TestingBot's Selenium grid
- Host: GitHub
- URL: https://github.com/testingbot/testingbot-jenkins-plugin
- Owner: testingbot
- License: mit
- Created: 2012-02-14T20:43:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T22:07:52.000Z (over 1 year ago)
- Last Synced: 2025-04-02T07:11:16.959Z (about 2 months ago)
- Topics: jenkins-plugin, jenkins-testingbot-plugin, selenium-webdriver, testingbot
- Language: Java
- Homepage: https://testingbot.com
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins TestingBot Plugin
This Jenkins plugin integrates TestingBot.com features inside Jenkins.
## Features
* Setup and teardown TestingBot Tunnel for testing internal websites, dev or staging environments.
* Embed TestingBot Reports in your Jenkins job results; see screenshots/video of each tests from inside Jenkins.## Prerequisites
* Minimum supported Jenkins version is 1.609.2.
## Embedded TestingBot Reports
The plugin will parse test results files in the post-build step to associate test results with TestingBot jobs.
The plugin will parse both `stdout` and `stderr`, looking for lines that have this format:`TestingBotSessionID=`
The `sessionId` can be obtained from the `RemoteWebDriver` instance of Selenium.
## Building the Plugin
To build the plugin, use:
`mvn package`
## Reporting Issues
Please [file a new issue](https://github.com/testingbot/TestingBot-Jenkins-Plugin/issues).