I'm submitting a ...
- [V] bug report
- [V] feature request
What is the current behavior?
report doesn't include failed tests with scenario outline (pytest-bdd 5.0.0)
it fails with
com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of java.lang.String out of START_OBJECT token
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
- pytest-bdd 5.0.0
- run scenario outlines with examples which fails
- generate report
What is the expected behavior?
failed tests appears in report
Please tell us about your environment:
Other information
it worked OK with previous pytest-bdd versions
pytest-bdd 5.0.0 changes https://pytest-bdd.readthedocs.io/en/latest/#id1