Simple project of functional tests for: http://www.calculator.net/conversion-calculator.html
git clone https://github.com/thiefik/calctests.git
To run all tests on Windows you need to triger task 'test' from gradle.
gradlew.bat test
On Linux
./gradlew -Dwebdriver.chrome.driver=drivers/chromedriver test
Results are located in:
build/reports/tests/test/index.html
- Groovy
- Gradle
- Spock
- Geb
- Chromedriver
Paweł Bogdanowicz thiefik