numirias / pytest-json-report

🗒️ A pytest plugin to report test results as JSON
MIT License
147 stars 39 forks source link

More detailed recording of marks #72

Open numirias opened 2 years ago

numirias commented 2 years ago

As noted in #71, marks are only recorded as strings in an item's keywords list.

Marks should be included in the JSON report in a more structured and detailed way.