Skip to content

SparkReporter: Order of Nodes vs. Test Steps #330

Description

@realulim

Nodes are always at the end of the report, even when they have been running at the beginning or somewhere in the middle of the test. For example, in a test like this:

  • test step 1
  • node 1, step 1
  • node 1, step 2
  • test step 2

The report will be ordered as:

  • test step 1
  • test step 2
  • node 1

I think the order of items in the test report should always be the run order, otherwise it becomes too confusing.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions