zeiss-digital-innovation/TestNext

Run Specs

Closed this issue · 0 comments

In order to check my code base for logical error, I want to write automated tests. These tests are written in a way so they will also act a specifications of the applications behavior.

A spec is defined by at least one given, exactly one when and at least one then step.
The result of a test run is shown as a report and contains all specs as well as the result of each then step.