Plugin for Jenkins and TestingBot's Selenium grid
This Jenkins plugin integrates TestingBot.com features inside Jenkins.
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.