slavos1 / pytest-bdd-html

pytest plugin to display BDD info in HTML test report
MIT License
3 stars 0 forks source link

Indicate step failure #20

Open slavos1 opened 6 months ago

slavos1 commented 6 months ago

Indicate when step fails, for example, by directly wrapping each failing step in an "error" span. That way you can quickly spot the failed step (visually rendered as, say, "red"+bold).

Originally posted by @AmirYa412 in https://github.com/slavos1/pytest-bdd-html/issues/19#issuecomment-1999157953