Tests generator.
- Source:
Methods
-
<static> generate(opts)
-
Generates test cases.
Parameters:
Name Type Description opts
object Options.
Properties
Name Type Argument Description filter
string <optional>
Chunk of step name to choose tests which contain this step.
- Source:
Returns:
- List of generated tests and unused steps.
- Type
- Array.<object>