cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.

Home Page:https://cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add time and completion status when running all specs

jwedel opened this issue · comments

What would you like?

When running "all specs", I would like to see the same status information as when running single spec files, just one level "higher".

More specifically, I would like to...

  1. ...see the total execution time like it is done when running one spec. Currently, no time is shown:
image
  1. ...see the result of the test suite is shown in the overview on the left:
image

Instead of showing the grey icons, it would like to see a green check mark ✅ or ❌ when the whole suite completes.

Why is this needed?

This would help to maintain an overview when running a lot of suites. Not having this, I am constantly scrolling and collapsing specs in the spec view.

Also, there is no way currently to get the total execution time.

Other

No response