Skip to content

Add support for contex/sub-suite #244

@jgebal

Description

@jgebal

As I build my tests, I'd like to be able to group all of tests for one procedure in a package.
So that all tests for one procedure are grouped in a context/sub-suite within test package.

The values of that would be:

  • all tests for single procedure can take benefit of common beforeall/afterall
  • all tests for single procedure are nicely nested and grouped together
  • all tests for single procedure are reported in a shared group
  • it's easier to identify tests for procedure
  • test procedure names don't need to reference tested procedure name, they can simply reference the tested behaviour/functionality

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions