go-bdd / gobdd

BDD framework
https://go-bdd.github.io/gobdd/
MIT License
115 stars 19 forks source link

Fix issue with scenario outline #101

Closed bkielbasa closed 4 years ago

bkielbasa commented 4 years ago

We had an issue where only first example in feature outline was executed. This fixes it as well as refactoring the way they are created.