Web Application written in Spring with Cucumber/Selenium tests.
- Clone the repository
- Update
apilayer.key
in theapplication.properties
file
- Key can be obtained in the service currencylayer.com
- More information: https://currencylayer.com/documentation
- Build the project
./gradlew build
- Run the application
java -jar build/libs/exchange-rate-0.1.0.jar
- Unit tests
./gradlew check
- Component tests (Cucumber/Selenium)
./gradlew componentTest