https://github.com/testingbot/testingbot-teamcity-plugin
Plugin to integrate TestingBot.com automated testing with TeamCity
https://github.com/testingbot/testingbot-teamcity-plugin
teamcity teamcity-plugin testingbot webdriver
Last synced: 3 months ago
JSON representation
Plugin to integrate TestingBot.com automated testing with TeamCity
- Host: GitHub
- URL: https://github.com/testingbot/testingbot-teamcity-plugin
- Owner: testingbot
- License: apache-2.0
- Created: 2017-12-21T12:35:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T13:47:15.000Z (over 7 years ago)
- Last Synced: 2025-01-19T19:17:00.949Z (4 months ago)
- Topics: teamcity, teamcity-plugin, testingbot, webdriver
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TestingBot TeamCity Plugin
=============================This plugin allows you to integrate TestingBot with TeamCity.
Features of this plugin:* Automate the setup and tear down of TestingBot Tunnel, which allows you to run automated tests on internal websites.
* Integrate TestingBot videos, screenshots and logs within the TeamCity build output.Installation
====[Download](https://testingbot.com/downloads/teamcity-plugin.zip) 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
```