Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

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.

Notifications You must be signed in to change notification settings

crossbrowsertesting/jenkins-plugin

 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.9%
  • HTML 3.1%