Feature: EUR-USD Conversor using the best Rate
Background: The provider has an agreement with few REST API
Scenario: Consume the APIs in a Happy path scenario
Given an amount of Euros as input
When call endpoint GET /convert/eur/usd/{amount}
Then ask rate for: https://api.frankfurter.app/latest
And ask rate for: https://api.ratesapi.io/api/latest
And ask rate for: https://api.exchangeratesapi.io/latest
And use the best rate for USD
Then return {amount}*ratevass-engineering/spring-boot-testing-v2
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|