Skip to content
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] Export a function that generates html report based on test results stored in different folders in a mono-repo #265

Open
mhdSid opened this issue Mar 1, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mhdSid
Copy link

mhdSid commented 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.

@mhdSid mhdSid added the enhancement New feature or request label Mar 1, 2023
@mhdSid 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants