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 there any jenkins plugin setup for the same. #43

Closed shashankkvs309668 closed 1 week ago

shashankkvs309668 commented 1 week ago

Question_Is there any jenkins plugin setup for the same.

ortoniKC commented 1 week ago

No plugin, it should work as it is. Is there any issue you're facing?

shashankkvs309668 commented 1 week ago

Nope, the scenario im looking at is when running in Jenkins it will be easy to get the reports like allure-report does. I actually did like this ui representation of the reports.

shashankkvs309668 commented 1 week ago

And facing one issue as of now, when having this report configured. console.log() statements is not printing in my terminal. The only way i can view is through your reports

ortoniKC commented 1 week ago

Update to the latest version console log is enabled by default.

shashankkvs309668 commented 1 week ago

Console.log() is printing in the report. but im not able to see in the execution terminal

ortoniKC commented 1 week ago

What is the version you're using? Kindly refer to this video https://youtu.be/kep8DCgDg6E?si=REZkQNuy2b_uWVs5

shashankkvs309668 commented 1 week ago

OK that helped me Thanks a lot. Will be Closing this.