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
I have "test groups" in my tests folders using sub folders. When I run the tests, the results are saved "flat" in the output_folder. The problem is that it overwrites tests with the same name.
I have "test groups" in my
tests
folders using sub folders. When I run the tests, the results are saved "flat" in theoutput_folder
. The problem is that it overwrites tests with the same name.I have
/tests/end-user-tests/login.test.js
/tests/admin-tests/login.test.js
But I end up with
/results/login.test.xml
My preference would be a single
results.xml
with multiple<testsuite>
where the name of each<testsuite>
is made of the pathBut mirroring the
tests
structure in theoutput_folder
would be fine too.The text was updated successfully, but these errors were encountered: