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.
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
© 2017 Szabo Bogdan
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.