FriendsOfBehat / ExcludeSpecificationsExtension

[WIP] :water_buffalo: Allows to skip specific features or scenarios while executing Behat tests.
MIT License
11 stars 6 forks source link

Do not include given scenario / feature in testing suite instead of skipping it #4

Closed pamil closed 7 years ago

pamil commented 8 years ago

I think we shouldn't skip given features files but just not include these in while building testing suite.

Zales0123 commented 8 years ago

Correct. To be honest, this is a really PoC what is there right now, as I wanted to learn how to write Behat extensions (I've never done this before). After doing what is done, I've also realized it should be done the way you're writing about 🐃

pamil commented 8 years ago

Couldn't agree more! :)

pamil commented 7 years ago

Solved by #8.