Skip to content

OmniLayer/omniwallet-func-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omniwallet Functional Tests

Browser-based functional testing of Omniwallet. Uses the Geb browser automation and the Spock Test Framework.

Prerequisites

  • Java JDK 7 or later

  • Chrome Browser installed

  • Firefox Browser installed

Running the tests

To run the tests from your desktop, clone this repository and use the Gradle wrapper script to run the tests.

To run tests using Chrome, Firefox, and PhantomJS on Mac OS X or Linux.

./gradlew test

On Windows, use:

./gradlew.bat test

As long as the JDK is correctly installed The Gradle wrapper script will automatically download and install the remaining prerequisites, if necesary, before running the tests.

If you want to run tests with a single browser, replace the Gradle test target with chromeTest, firefoxTest, or phantomJsTest respectively.

CI (Jenkins)

The omniwallet-func-test job runs these tests headlessly using PhantomJS.

About

Functional tests for omniwallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages