Hazyzh / jest-html-reporters

🌈 Reporter for jest test framework. 🌈
https://hazyzh.github.io/report.html
MIT License
522 stars 100 forks source link

Add test description column #215

Closed Liorvais1 closed 2 years ago

Liorvais1 commented 2 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Currently the report shows: File (file complete path) | ExecTime (execution time) | Status (results) | Action (error messages + custom info using addMsg method)

It would be great to have the option to call: await addDescription("This test checks if a single user may create multiple accounts"); within each test file.

(similar to using the addMsg method)

and eventually the report will generate additional description column as in this picture: image

Describe alternatives you've considered Modifying the html report after is has been generated and using the file path to add description column

Hazyzh commented 2 years ago

Hi @Liorvais1 , thanks your advice. That's sound good , but also a bit hard to implementation, so it's not in recently roadmap.