An open API service indexing awesome lists of open source software.

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

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).