Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 684 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 684 Bytes

Exchange Rate

Web Application written in Spring with Cucumber/Selenium tests.

Working application

http://zooplus.herokuapp.com/

How to run?

  1. Clone the repository
  2. Update apilayer.key in the application.properties file
  1. Build the project
./gradlew build
  1. Run the application
java -jar build/libs/exchange-rate-0.1.0.jar

Running tests

  1. Unit tests
./gradlew check
  1. Component tests (Cucumber/Selenium)
./gradlew componentTest

Continuous Integration

https://travis-ci.org/leszko/exchange-rate