ortoniKC / ortoni-report

Welcome to Ortoni Report, a comprehensive and visually appealing HTML report generator tailored for Playwright tests. Designed with powerful features and customizable options, Ortoni Report simplifies the process of reviewing and managing test results, making test reporting more intuitive and accessible.
https://www.npmjs.com/package/ortoni-report
GNU General Public License v3.0
51 stars 3 forks source link

[Question] Is the steps hidden when the test pass? #26

Closed apis3445 closed 1 month ago

apis3445 commented 1 month ago

Hello! I tried the report, and when the test was passed, I couldn't see the steps; it only showed when the test failed. image

image

ortoniKC commented 1 month ago

Seems like there is an issue with the css loading, The default behaviour is when the test fails it will open the steps section and when the test passes it will collapse the step section, you can click on the steps arrow to view the steps.

apis3445 commented 1 month ago

I clicked and It is the same is not loading any steps collapse and uncollapse is empty

ortoniKC commented 1 month ago

Is it API related? And you're using apiContext not the page?