Closed
Conversation
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
📊 Test Report Ready ✅ View detailed Allure test report with module-wise results, failures, coverage trends, and build durations: Report includes: Test Suites, Failures, Coverage Trends, Execution Timeline, and Module-wise Breakdown. |
|
📊 Test Report Ready View detailed Allure test report with module-wise results, failures, coverage trends, and build durations: Report includes: Test Suites, Failures, Coverage Trends, Execution Timeline, and Module-wise Breakdown. |
Appends build run number as an HTML comment to the Allure report index in the CI workflow. Also corrects the expected contact ID in the e2e test assertion from 'contact12' to 'contact123'.
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.
This pull request updates the GitHub Actions workflow in
.github/workflows/ci.ymlto enhance permissions management, improve test reporting, and integrate Allure reporting for better test result visualization. The most significant changes are grouped below:Workflow Permissions and Security:
permissionsblock inside thetestjob, addingpages: writeandid-token: writeto support publishing and authentication needs.Testing and Reporting Enhancements:
allure-pytestto the dependencies and updated the test step to generate Allure results using the--alluredir=allure-resultsoption for pytest.simple-works/allure-report-action@v1, enabling Allure report publishing on pull requests and main branches.General Workflow Improvements: