Skip to content

behave fails with exit code 1 even though there is no scenario fails #954

Closed Answered by jenisys
fie2lim asked this question in Q&A
Discussion options

You must be logged in to vote

Has one of the hooks failed that caused one feature to fail?
Like: before_feature()or after_feature() hook

HINT:

  • The untested Scenarios and steps are hinting for that.
    Probably, a before_feature() or a before_tag() hook (applied to a feature) failed which caused to skip the scenarios (and their steps) of this feature. Meaning, the failed feature should contain 11 untested scenarios.
  • Inspect the console output of the CI test run and look for HOOK-ERROR.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fie2lim
Comment options

Answer selected by fie2lim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants