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

Separate reports by packages #194

Open
pkropachev opened this issue Jun 17, 2020 · 1 comment
Open

Separate reports by packages #194

pkropachev opened this issue Jun 17, 2020 · 1 comment

Comments

@pkropachev
Copy link

Hi!
My specifications with tests are located in different packages. For example:

com.test.package1
    TestSpec1
        test1()
    TestSpec2
        test2()

com.test.package2
    TestSpec3
        test3()
    TestSpec4
        test4()

Currently all tests results are included in one table with fully-qualified names of test classes.
Is it possible to separate results by packages? For example:

Package:
com.test.package1
    Specifications:
    TestSpec1
    TestSpec2

Package:
com.test.package2
    Specifications:
    TestSpec3
    TestSpec4

Could you please advice?

Thanks!

@renatoathaydes
Copy link
Owner

This is a good idea... I will look into adding this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants