webtau
webtau copied to clipboard
Single screen console output for tests run via command line
Want to experiment with a single screen console output during test runs via command line. The idea is to have a layout where you can see all the tests on the left and a current test will be highlighted. The right side will show steps like it does in html report. It will use something like lanterna to manipulate terminal output. It will not be a default mode and will have to be turned on using a flag.
It the parallel tests mode highlight tests that are currently running, but only one test will show its progress (if selected).