Features
< Back to Blog Overview

Jenkins Plugin for Selenium Testing

2012-02-21
TestingBot Jenkins Plugin
  • Share on Facebook
  • Share on Twitter
  • Share on LinkedIn
  • Share on HackerNews

We're happy to release our first TestingBot plugin for Jenkins. Jenkins is a CI (continuous integration) system which runs your tests, with lots of options and features.


This plugin allows Jenkins users to see a video and screenshots of every Selenium test run on the TestingBot, right from inside Jenkins.

Another feature of this plugin is that it's easy to run tests on your local network by using the plugin's tunnel feature. Before every test an SSH tunnel will be opened, providing a secure connection between your staging environment and our Selenium grid, allowing us to run Selenium tests against your staging code.


Starting today our plugin is available in the Jenkins Plugin Manager. Here's how you locate and install our plugin:

Click Manage Jenkins.

Choose Manage Plugins

Our plugin should be listed in the Available section, check the box next to our plugin and click Install.


Once installed, you will see two checkboxes in the Configure System page, fill in the API key and secret which you received in our member area.


Enable TestingBot test reports to see a video and screenshots of your test in Jenkins.


Now run your Selenium tests, for each Selenium test you can now see:

  • All the steps in your test
  • How long each step takes
  • A screenshot per step
  • A video of the entire test

Our Jenkins wiki page

TestingBot Logo

Sign up for a Free Trial

Start testing your apps with TestingBot.

No credit card required.

Other Articles

blank

In this post you'll find a small tutorial on how to use Cucumber and Capybara to run Selenium tests on our Selenium grid. Cucumber is Aslak He...

Read more
blank

If you haven't heard of Behat yet, it's a BDD framework which runs on PHP written by Konstantin Kudryashov. Behat is similar to Cucumber for Ruby,...

Read more
Selenium cloud testing with Jenkins

Jenkins (formerly known as Hudson) is an open-sourced continuous integration (CI) system built in Java. With Jenkins you are able to run your Sele...

Read more