Hello !
I have some tests and in each test, several steps. I print (through console.log) the information during test. However, with the HTML reporter (from Playwright), the stdout is dissociated from the execution detail (fail or success for each step).
Is it possible to link the stdout to a step ? to avoid a huge stdout at the bottom of the page without indication about the step processed during the console log
This thread is trying to answer question "Is it possible to link the stdout from console.log to specific steps in the HTML reporter from Playwright, or to extend the HTML reporter to handle stdout with more information?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].