testingbot / testingbot-teamcity-plugin

Plugin to integrate TestingBot.com automated testing with TeamCity
Apache License 2.0
0 stars 0 forks source link
teamcity teamcity-plugin testingbot webdriver

TestingBot TeamCity Plugin

This plugin allows you to integrate TestingBot with TeamCity. Features of this plugin:

Installation

Download the plugin zip file and copy it into your ~/.BuildServer/plugins directory

For more information, please see https://testingbot.com/support/other/teamcity

Usage

The plugin provides a 'TestingBot Build Feature' which can be added to a TeamCity build.

Enter your TestingBot key and secret in the plugin's settings overview.

In order to integrate your TestingBot tests with the TeamCity build, you will need to include the following output for every test:

TestingBotSessionID=SESSION_ID

where SESSION_ID is the webdriver session id.

Release process:

Prepare release and perform:

mvn release:clean release:prepare
mvn release:perform

To create a build:

mvn package