Sample task for Java + Cucumber + Webdriver
Run as Maven project -> lifecycle "test"
Project structure:
reports
- cucumber-html-report :: standard HTML report [will be provided after the test execution]
src/test
- resources :: *.feature files with Gherkin notation
src/test/java
- bindings :: classes to define user steps @Given, @When, @Then
- pages :: classes to define web page elements and methods
- runners :: classes to launch tests