I have first seen this in Allure reporter with playwright, where at the end it would create different pages on github pages based on run nr. For example after first run I would see the report here https://user.github.io/repo-name/1/
After second https://user.github.io/repo-name/2/
And so on
But Allure does not support sharding so I cannot merge the reports. And also I would like to stick to standard html reporter.
The question is, how can I create something similar to that functionality of publishing reports at different end points?
Here is my yaml code
Everytime it runs the new report overwrites the previous one here:
https://adrianmaciuc.github.io/playwright-example-with-typescript/
Thank you for your time and willing to help
This thread is trying to answer question "How can I publish reports at different endpoints on GitHub Pages without overwriting previous reports?"
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].