Skip to content

Propagate attributes down the Test tree #224

@anshooarora

Description

@anshooarora

The current behavior does not propagate top-level attributes down the attribute tree.

Example:

extent.createTest("Test").assignCategory("tag")
  .createNode("Node");

In the above example, Test will have tag category but Node will not. This is technically not correct since all parent tags must also be assigned to children. Fix would be to propagate all added attributes down the test graph.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions