Raathigesh / majestic

⚡ Zero config GUI for Jest
MIT License
7.49k stars 173 forks source link

FR: indication of test run started and finished #193

Open gregveres opened 4 years ago

gregveres commented 4 years ago

Is this a bug report or a feature request?

Feature request

Version Info

Reproduction Repo

I am using watch mode for a single file. When I save the file in question, jest kicks off a test run and when the test run is done, jest gets the results. All the while, the hashed background on the test-file/summary is animated to indicate that jest is still running. And the run becomes a "stop" when jest is running.

It would be nicer if the following happened for certain events

This allows the user to understand what state jest is in. Jest is idle watch mode when the button says stop jest is actively running tests when the background is animated

If the UI behaved this way, I would be able to look at the screen and know exactly what state I am in and if I should wait longer before trusting the state of the test results.