Ethaks / FVTT-Quench

Harden your Foundry module or system code with end-to-end UI tests directly within Foundry. Powered by Mocha and Chai.
https://ethaks.github.io/FVTT-Quench/index.html
GNU General Public License v3.0
28 stars 1 forks source link

Describe with dozens or hundreds of tests will be hard to see how many of them succeeded or failed #550

Open mkahvi opened 3 months ago

mkahvi commented 3 months ago

I had a describe() section with several hundred entries, only two of them failed, but it was impossible to tell this from looking at the test tree.

Screenshot 2024-08-01 222729

Adding counter to the label would help this a lot, something like:

(2 failed out of 282)