sui icon indicating copy to clipboard operation
sui copied to clipboard

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

Open andresin87 opened this issue 3 years ago • 3 comments

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 avatar Oct 07 '22 11:10 andresin87

@kikoruiz @arnau-rius @andresz1 @rmoralp what do you think?

@giodelabarrera @SergioColladoV @danilucaci 👀

andresin87 avatar Oct 07 '22 11:10 andresin87

Sounds great! 🚀

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

danilucaci avatar Oct 07 '22 11:10 danilucaci

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.

andresin87 avatar Oct 07 '22 14:10 andresin87