-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Adding Test Content to HTML #36
Comments
I have done some investigation into this, as I believed it to be an interesting feature, and have found a few issues that might make this tricky to implement. First off, the example you provided above would not work (not even in mochawesome) as you are using Arrow Functions. From mochawesome documentation:
Personally I believe it's important not to tie the usage of this plugin to a certain ES-version, especially since Jest is using Arrow Functions in their documentation. However, the biggest issue is the fact that Jest have (as far as I can see) removed the usage of I was able to pass the data it by assigning the If anyone has any ideas, don't hesitate to drop a line. |
Closing this for now |
Hi,
it would be a handy feature if we can put additional content like return value from a Server into the HTML.
example:
In this example you would see cb below the tested line in the HTML.
I used a similar function with the packet mochawesome.
The text was updated successfully, but these errors were encountered: