-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store html report in github actions #348
Comments
Storing things in Github Actions isn't really anything that I can help with as it's not really htmlextra specific. :(
Anything in there docs that can help you: https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts |
Hey @quesadap Did you get any further with this? I'm going to close the issue as there isn't really anything I can do here in terms of the reporter but happy to continue the conversation in the thread. |
Thanks Danny! sorry for the delay in my answer Is it just not working (failing to store)? The idea is to open the html report directly from github, now an artefact is generated and you have to download to your local and then open it. My manager wants to open directly in a new tab. What's your Newman run command? newman run "collection_name.json" -e environment_name.json -d data.json -r cli,htmlextra --reporter-htmlextra-browserTitle "Title Tests" --reporter-htmlextra-title "Title test" --reporter-htmlextra-export results/report.html I'm checking the doc that you shared with me. thanks again! |
That's all on the GitHub side I'm afraid, my reporter just creates the report that's stored. One of the only tools that I've seen it open the report in the same place was using Jenkins 😬 |
good to know, thanks again Danny! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi Danny,
My manager ask me if there is a way to store the html report in github actions. He want to open the html report directly, and not save in his local. I did some research and I didn't find anything useful. Do you know if it something possible to do?
Btw, we are using the next code for generate the report:
Archive test report
Thanks in advance
The text was updated successfully, but these errors were encountered: