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

[sui-test] [sui-test-e2e] Add possibility to define the output directory of test coverage result #1489

Open
andresin87 opened this issue Oct 7, 2022 · 3 comments

Comments

@andresin87
Copy link
Member

andresin87 commented Oct 7, 2022

Package

@s-ui/test
@s-ui/test-e2e

Description

Frontends are experimenting problems with its tests coverage because using the different tests process in serial mode the latest test process fired overwrites the result of previous one

Expected behaviour:
give the possibility to specify the directory to the test command coverage result

Actual behaviour:
It is actually overwriting the existing previous coverage directory, which is forced to have "coverage" as its default name

@andresin87
Copy link
Member Author

@danilucaci
Copy link
Collaborator

Sounds great! 🚀

How should the reports be created for each component? as a comment in the PR with the table for each one?

@andresin87
Copy link
Member Author

For that iteration, only giving the posibility to define the output coverage directory name its enough in order not to overwrite it when runnig different processes in serial.

@rmoralp rmoralp changed the title Add possibility to define the output directory of test coverage result [sui-test] [sui-test-e2e] Add possibility to define the output directory of test coverage result Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants