- 
                Notifications
    
You must be signed in to change notification settings  - Fork 67
 
Open
Labels
Description
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!
tfij and rabestro