Walkthrough: Create a Simple Cucumber.js Test
This walkthrough will create a basic behavior-driven test scripts using CukeTest:
- Create a gherkin(or feature) file and implement the code
- Run the script and get html report
- Convert the test data driven
- Use tags to filter the run
9