-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
EnhancementIdea 💡A new feature ideaA new feature ideahelp wantedIssues that are free to take by anyone interestedIssues that are free to take by anyone interested
Description
Is your feature request related to a problem?
Coming from protractor + mocha + mochawesome reporter.
The reporter offers the possibility to include function body code into reporter for better readability (test result + code + screenshot for each test).
https://github.com/mochajs/mocha/blob/ac43029d6a86150a48ccd59e50e89ca10c72a9c0/lib/runnable.js#L37
https://github.com/mochajs/mocha/blob/ac43029d6a86150a48ccd59e50e89ca10c72a9c0/lib/test.js#L99
Describe the solution you'd like.
I would like to have a key named code in testStats object argument for all onTestxxx hooks (when applicable) allowing to includes the code exectuted by the test into the reporter.
Describe alternatives you've considered.
No response
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
EnhancementIdea 💡A new feature ideaA new feature ideahelp wantedIssues that are free to take by anyone interestedIssues that are free to take by anyone interested