-
Notifications
You must be signed in to change notification settings - Fork 193
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
feat: add Allure reports to GH pages #2393
base: develop
Are you sure you want to change the base?
Conversation
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Central Server Allure report: https://nordic-institute.github.io/X-Road/central-server/ui-system-test/1096 |
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
E2E Allure report: https://nordic-institute.github.io/X-Road/e2e/1097 |
Central Server Allure report: https://nordic-institute.github.io/X-Road/central-server/ui-system-test/1097 |
Security Server Allure report: https://nordic-institute.github.io/X-Road/security-server/system-test/1097 |
.github/workflows/build.yaml
Outdated
issue_number: context.issue.number, | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
body: 'E2E Allure report: https://nordic-institute.github.io/X-Road/e2e/${{ github.run_number }}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps opening in a new tab would be preferred?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on what I found searching the topic it seems that this is not possible in GitHub comments.
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
Quality Gate passedIssues Measures |
Job Summary for GradleBuild and test :: BuildAndPackageWithUnitTests
|
This PR adds support to generating Allure reports from results produced during the build, publishing them with history to GH pages and leaving the links as comments.
Unfortunately, it doesn't seem that extensions are currently supported by the action: https://github.com/simple-elf/allure-report-action.