You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to grab json test results and generate a report later using a template engine like jade.
As json reporter doesn't have that info I see no programmatic way to get the BDD hierarchy (describe/before/after/it/codeblock) to process or reconstruct an UI like the one mocha presents on the browser version.
Basically what I want is a json reporter that includes all test output data, including bdd structure (if exists), code blocks, and error stack traces.
The text was updated successfully, but these errors were encountered:
Actually, we have similar requirement. We want to generate a HTML report with jade engine and email to team member. But I cannot get the report.json with hierarchical structure. Did you have any solution for bdd hierarchical structure?
I want to grab json test results and generate a report later using a template engine like jade.
As json reporter doesn't have that info I see no programmatic way to get the BDD hierarchy (describe/before/after/it/codeblock) to process or reconstruct an UI like the one mocha presents on the browser version.
Basically what I want is a json reporter that includes all test output data, including bdd structure (if exists), code blocks, and error stack traces.
The text was updated successfully, but these errors were encountered: