Skip to content

Indicate that tests are finished (to make use in a CI system easier) #240

@kriswest

Description

@kriswest

This was in another issue but hasn't been dealt with:

  1. Add a clear indication that tests are complete.
    Adding a 'done' message in the main view after all tests have run would:
  • Ensure that its easy to determine when tests are complete
  • if errors occur in before or after hooks not all tests will run, leading to the progress % stopping at less than 100%
  • Allow the test framework to be more easily installed in a CI system and the results extracted at the end of the run

progress indicator

Basically, because:

  • no message is posted at the end of the run,
  • nor is the number of tests to be run rendered anywhere
  • the progress indicator percentage is rendered in a canvas element (making it hard to read in code)

we've ended up just putting in a fixed length wait for the tests to run. That's brittle and wasting time (as it needs to wait just longer than the longest possible run).

Please can we have either the number of tests or a message posted in the window on completion.

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