Skip to main content

Missing testing implements

  • In this Demo, the Scenario Outline: Float, Single and double is 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 Examples update their test.each

The left side is a testing written in Jest which has only one test(), whereas the Gherkin file shows two Scenarios

Loading...
Loading...
Loading...