Module trial.step
When you run complex tests, or tests that take a lot of time, it helps to mark certain areas as steps, to ease the debug or to improve the report.
A good usage is for running BDD tests where a step can be steps from the
Gherkin Syntax
or UI Automation tests.
Structs
Name | Description |
---|---|
Step
|
A step structure. Creating a Step will automatically be added to the current step as a child The steps can be nested to allow you to group steps as with meanigful names. |