How do you write test cases in cucumber framework?
Dowload the MAVEN plugin for Eclipse. Launch Eclipse.
- The Gherkin feature file will be parsed.
- According to feature file statements, it will run the functions written in the step definition file.
- The test case results will be combined by JUnit.
- It will create the test report in the format you specify (html/JSON).