-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Print warning when using --non-strict
Aside from the common `PASSED`, `SKIPPED` and `FAILED` states Cucumber also uses `PENDING`, `UNDEFINED`, `AMBIGUOUS`. This makes mapping a test execution state to a `OK` or `NOK` test run state complicated. By defaulting to `--strict` only `PASSED`, `SKIPPED` are considered `OK`. This makes it easier to integrate tooling with Cucumber. However before we can default to `--strict` all usage should be `--strict`. This PR will print a warning when Cucumber is not ran in `--strict` mode. Part of #1788
- Loading branch information
1 parent
6a5573e
commit 794b3a9
Showing
4 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters