You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It starts working synchronously (first mock this to just wait randomly 0...2 seconds and respond with a good result or failures)
It responds with a message with that file's test report (as formatted text with console color? or as JSON?)
The main script will use cli-progress with multibar, manage the multithreading, and consolidate the output
First make this all work on local computer testing runs
Then check on GitHub Actions, is this working there too without freezing? (solves Update cli-progress to work on GitHub Actions #141) Or do we need to have separate code paths for non-interactive GA runs?
Work plan
Follow on work