trentrand / cypress-utils

⚙ Easily parallelize and stress-test your Cypress tests
MIT License
25 stars 6 forks source link

Print simplified result at end of process #4

Open trentrand opened 4 years ago

trentrand commented 4 years ago

At the end of the command's process, it'd be nice to include a simple print-out of results after (or before?) the details results table.

This should be something simple and easy to read, removing the need to mentally divide the tests per file with the total success/fails. For example, this may read as “the spec passed X/Y times”.