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

tests results are losts if same file name in different test groups #69

Closed
sylvain-hamel opened this issue Feb 27, 2014 · 1 comment
Closed

Comments

@sylvain-hamel
Copy link

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

/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 path

    <testsuites name="??">
        <testsuite name="end-user-tests/login : Login Sucess">...
        <testsuite name="admin-tests/login : Login Sucess">...
    </testsuites>

But mirroring the tests structure in the output_folder would be fine too.

@sylvain-hamel
Copy link
Author

@beatfactor Thanks!

beatfactor added a commit that referenced this issue May 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant