Missing step comments
- In this Demo, the
test.each(..)('Float and double', ...);
implemented without step comments- Click the second button at the bottom:
Generate comments of test code from DEFINED STEPS
- The generator will read the code file, get all the statements, and search them through the whole file.
The left side is a testing has only one test()
marked with gherkin comments
Whereas the two test
have similar or repeating code statements.
Loading...
Loading...
Loading...