/ServiceNow-Geb-Tests

An example of automated testing in Service Now environment leveraging Geb, Spock and Gradle technologies.

Service Now Automated Tests in Geb
=============================

Requirements
--------
* Java 1.6 Installed
* Groovy 1.7+ Installed
* Gradle 1.2+ installed

To Run Tests
--------
* To Run All Tests enter the command "gradle test"
* To Run a Single Test, enter the command "gradle test(TestName)" (IE: LoginSpec, gradle testLogin)

For Browers Use
--------
* Firefox (latest version)
* Chrome (latest version)