Missing testing implements
- In this Demo, the
Scenario Outline: Float, Single and doubleis not implemented- Click the third button at the bottom:
Generate test code from Gherkin Document and DEFINED STEPS- The generator will read the code file, get all the statements, and regroup them according to the Gherkin scenarios.
- The
Examplesupdate theirtest.each
- The
The left side is a testing written in Jest which has only one test(), whereas the Gherkin file shows two Scenarios
Loading...
Loading...
Loading...