eidottermihi / acceptance-test-harness

Attempted port from selenium-tests to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acceptance tests for Jenkins

A project to flesh out some of the manual test cases for Jenkins LTS in an automated fashion.

Following areas are still worked on:

  • Vagrant-based JenkinsController implementations
master stable
Build Status Build Status

Getting Started

Let's start by running tests locally with JENKINS_WAR=path/to/your/jenkins.war mvn test. This runs the entire test suite with the specified Jenkins war and Firefox, so it will take a while.

Set BROWSER=chrome and install http://code.google.com/p/chromedriver/downloads/list in $PATH if desired. (But tests may fail.)

There is a bit of a delay since we bring up Jenkins for every single test, with it's own sandboxed workspace.

Further Reading

Running tests

Writing tests

About

Attempted port from selenium-tests to Java


Languages

Language:Java 94.7%Language:Groovy 1.9%Language:Ruby 1.7%Language:Shell 1.6%Language:JavaScript 0.0%Language:PHP 0.0%Language:CSS 0.0%