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
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: