ci/e2e-tests: Publish HTML log and report on GitHub Pages#1236
Merged
ci/e2e-tests: Publish HTML log and report on GitHub Pages#1236
Conversation
61c7d29 to
9f93b5a
Compare
a0eeaf2 to
dc18913
Compare
9f93b5a to
0e7717f
Compare
fba8d56 to
b4bf91b
Compare
dc18913 to
cd5ebcf
Compare
cd5ebcf to
b106fc9
Compare
78f9875 to
313dcf1
Compare
313dcf1 to
20b527e
Compare
8ec68cb to
7e7fc9f
Compare
Not sure why we added that in the first place, but it doesn't seem to be required.
852c384 to
8ceac05
Compare
4ba37f6 to
4c4cc59
Compare
We include these in the artifacts, but to view them it was necessary to first download the artifacts, extract them and then open the extracted HTML file in a browser. Let's make it easier to access the logs by publishing them on the repo's GitHub Pages.
4c4cc59 to
6355aeb
Compare
Contributor
Author
|
@denisonbarbosa check out the "e2e-tests" PR checks which bring you directly to the HTML logs :) |
denisonbarbosa
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We include these in the artifacts, but to view them it was necessary to first download the artifacts, extract them and then open the extracted HTML file in a browser.
Let's make it easier to access the logs by publishing them on the repo's GitHub Pages.
To avoid leaking secrets, we redact any secrets in the published HTML log and report.
UDENG-8835