Skip to content

Separate reports by packages #194

@pkropachev

Description

@pkropachev

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions