- install Java
- install Maven
git clone git@github.com:Ivanello/currency-converter-test.git
cd currency-converter-test
mvn clean test -Dselenide.baseUrl=https://goo.gl/UszK6B
mvn allure:serve
or
mvn test allure:serve -Dselenide.baseUrl=https://goo.gl/UszK6B
- Check ability and correctness to choose currency from Main list to FROM field
- Check ability and correctness to choose currency from Popular list to FROM field
- Check ability and correctness to choose currency from Main list to TO field
- Check ability and correctness to choose currency from Popular list to FROM field
- Check ability to set value to FROM field
- Check that TO field !==0 if FROM field !==0
- Check Clear button set FROM and TO input fields to 0