Print tests in descrbe() in a tree format #1715
Unanswered
thethunderturner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to print tests in a describe in the form of a tree? Like this:
Currently, it logs like this:
This is a bit weird because tests from different desribes run before others... so the order of execution doesnt seem correct
All reactions