Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 882 Bytes

ReadMe.md

File metadata and controls

22 lines (19 loc) · 882 Bytes

Mars Rover Components

src/main is rover application
src/test is cucumber bbd tests
src/test/java/RunTests.java to run regression tests
src/test/java/RunSmokeTests.java to run Smoke tests

Test can be executed via gradle

gradle cucumber to run all tests
gradle smoketests to run all tests

Note

On src/test/resources/cucumber.properties, publish reports is enabled, this need internet. cucumber.publish.enabled=true


Online Reports:

Screenshot 2020-09-09 at 1 49 42 PM


Terminal Reports:

Screenshot 2020-09-09 at 1 49 19 PM