Skip to content

Releases: alexandrepasc/ExercisePESimulator

Release v1

22 Jun 14:57
c718ef2
Compare
Choose a tag to compare

Tests for site Simple Simulator of the site Poupa Energia.
This was developed with Java 8, Selenium, TestNG and Maven.

To run the tests use the command mvn clean install, in the project folder. You can add two parameters browser (firefox/chrome) and gui (yes/no), mvn clean install -Dbrowser=firefox -Dgui=yes.

After the test suite run go to projectFolder/target/surefire-reports and open index.html to check the test results.