trentrand / cypress-utils

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

Print a running log of runner results #3

Open trentrand opened 4 years ago

trentrand commented 4 years ago

As the stress-test is running (maybe parallel runner too?), it'd be nice to have an on-going list printed after each test.

This could be implemented as a "X of Y tests passed" or at least a counter to know what trial you're on.