Make it possible to run tests in defined order / hierarchy

Issue #115 wontfix
Pawel created an issue

I'd like my tests to start from the fastest / shortest / easiest one.

In my case I am sure that if test A fails so the test B will fail too. Failing early would just spare my time ;)

But I don't see any capabilities to run tests in some order...

Comments (1)

  1. Stefan Glienke repo owner

    The test order and execution is done by testing framework being used. They usually execute them in the order they are registered. TestInsight does not have any control over that - it only decides if a test should be run or not.

  2. Log in to comment