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
Is your feature request related to a problem? Please describe.
I'm currently using NX in a mono-repo with packages directory.
Each folder inside the packages has it's own isolated Jest config, and it's where the test results folder is stored.
After running tests for all folders in the packages directory, we need to combine the test results so that we can have one final HTML file for all the test results within the packages.
Describe the solution you'd like
Export a function called mergeTestResultMap that accepts testResultMap as a parameter where testResultMap is similar to the JSON output of Jest.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
mhdSid
changed the title
[Feature]
[Feature] Export a function that can generate html report based on test results stored in different folders in a mono-repo
Mar 1, 2023
mhdSid
changed the title
[Feature] Export a function that can generate html report based on test results stored in different folders in a mono-repo
[Feature] Export a function that generates html report based on test results stored in different folders in a mono-repo
Mar 1, 2023
Is your feature request related to a problem? Please describe.
I'm currently using NX in a mono-repo with packages directory.
Each folder inside the packages has it's own isolated Jest config, and it's where the test results folder is stored.
After running tests for all folders in the packages directory, we need to combine the test results so that we can have one final HTML file for all the test results within the packages.
Describe the solution you'd like
Export a function called mergeTestResultMap that accepts testResultMap as a parameter where testResultMap is similar to the JSON output of Jest.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: