openverse-frontend icon indicating copy to clipboard operation
openverse-frontend copied to clipboard

Large blank section in playwright test output

Open zackkrida opened this issue 3 years ago • 1 comments

Our playwright test action has a large section of hundreds of blank lines which can make reading the output difficult, especially if you forget about the problem and think you've reached the end of the output.

Here's an example: https://github.com/WordPress/openverse-frontend/runs/6597323083?check_suite_focus=true#step:4:5351

zackkrida avatar May 25 '22 18:05 zackkrida

Sometimes all of the logs for found/not-found tapes are not displayed and you see them as blank lines in the output. I didn't see any blank lines in the linked log, but I did see A LOT of '... tape found' logs which actually make the logs not really useful. We might want to silence the talkback proxy even if then we will not see the 'tape not found' logs, too. I couldn't find a way to only keep the latter and stop showing the former, as they are of the same log level.

obulat avatar May 26 '22 05:05 obulat

Closing this issue because it was caused by the GitHub UI momentarily showing a lot of blank space instead of the log lines. If you scrolled up and down and waited, you would see the logs.

obulat avatar Nov 18 '22 19:11 obulat