FriendsOfBehat / ExcludeSpecificationsExtension

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

Add '--strict' flag respect #9

Closed lchrusciel closed 7 years ago

lchrusciel commented 7 years ago

In #8 job with skipped scenario will pass the test(see here) I think it should be configurable with a strict flag to decide if skipped scenarios should fail the whole test.

Zales0123 commented 7 years ago

Well, this is not exactly skipped scenario - this scenario is not even taken to test function. So I don't think that --strict flag would do anything in that case.

pamil commented 7 years ago

The Behat run inside Behat is already run with --strict, in fact skipping features with #8 does not mark tests are skipped.

Please reopen if @Zales0123 or me are missing something with :tada: