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
Many times we run tests that span multiple files.
I notice that currently for each cypress test file a single file name is generated, and results are overwriten and in the end we only get one files with the test result for the last test file executed.
Is it possible to include a "[hash]" in the filename so that files are not overwriten?
this library supports that and it's very usefull so we can later merge various CTRF files.