Jyotirmay
Results
2
comments of
Jyotirmay
What happens if there are multiple describe blocks in test file? The example you have given only accounts for one describe block. What I suggest is we can have multiple...
I was looking at the implementation on how it is displaying the test name. If there are nested blocks, it will show all the previous paths. `[...test.path, test.title].join(' › ')`...