This Jenkins plugin integrates TestingBot.com features inside Jenkins.
- 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.
- Minimum supported Jenkins version is 1.609.2.
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=<sessionId>
The sessionId
can be obtained from the RemoteWebDriver
instance of Selenium.
To build the plugin, use:
mvn package
Please file a new issue.