crossbrowsertesting / jenkins-plugin

This plugin integrates Jenkins users with Selenium Testing and Screenshot Testing on CrossBrowserTesting.com. CrossBrowserTesting.com provides cross browser testing of websites, webpages, and web applications on Windows, Macs, and real iPhones, iPads, and Android Phones and Tablets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrossBrowserTesting.com Jenkins Plugin

This plugin integrates Jenkins users with Selenium Testing and Screenshot Testing on CrossBrowserTesting.com. CrossBrowserTesting.com provides cross browser testing of websites, webpages, and web applications on Windows, Macs, and real iPhones, iPads, and Android Phones and Tablets.

Wiki: https://wiki.jenkins-ci.org/display/JENKINS/CrossBrowserTesting+Plugin

Installation

  1. Go to your installation's management screen.
  2. Click Manage Plugins.
  3. Click the Available tab.
  4. Find the CrossBrowserTesting.com Plugin and select the checkbox.
  5. then click either Install without restart or Download now and install after restart.
by hand (not recommended)
  1. Download CrossBrowserTesting.hpi.
  2. Save the downloaded .hpi file into your $JENKINS_HOME/plugins directory.
  3. Restart Jenkins.

Building the plugin for testing/development

Requirements:
gradlew server
to specify the version of jenkins:
gradlew server -Pjenkins=${jenkins_version}
to make it run a little faster, turn on caching:
gradlew server -Pjenkins=${jenkins_version} -Dstapler.jelly.noCache=false
To release:

make sure all code has been committed to your local git repo

gradlew publish release

credentials for the publish should be in a file ~/.jenkins-ci.org

About

This plugin integrates Jenkins users with Selenium Testing and Screenshot Testing on CrossBrowserTesting.com. CrossBrowserTesting.com provides cross browser testing of websites, webpages, and web applications on Windows, Macs, and real iPhones, iPads, and Android Phones and Tablets.


Languages

Language:Java 96.9%Language:HTML 3.1%