Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 821 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 821 Bytes

End-To-End tests

End-to-End tests implemented here leverages Gherkin and the godog framework.

Features are stored under features.

Run tests

Prerequisites:

To execute all the tests

make test

Development

To test a single test scenario, you can add the tag @wip before the scenario definition, then you can run the single test with the following command:

make wip