I have tests running in CI
- Few tests are grouped by tag and ran as one travis job
- Similarly have other travis jobs grouped for other tests
- Jobs run in parallel
- Finally, get a report of all tests from all jobs
I would like to know if there is a way to know test progress/status while the tests are running?
Like:
whenever a test completes, it prints something like:
Test 1 of 100 completed
This way, I can predict how long the travis job for the specific group of tests will take