Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork439
ISSUE-687 # Persist report and run-log files to an external space after all tests executions#718
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nirmalchandra commentedJul 23, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@rkshpanigrahi , Given a CI run now. Lets see how it goes. You can check the CI statis here (once they are complete): |
I have tested this feature by configuring the repository, username, and token in the http-testing modules. Once all tests were executed, the following reports were successfully pushed to the external Git repository: Repository Configuration: target/zerocode-junit-interactive-fuzzy-search.html I am taking a look into build failure |
@rkshpanigrahi , Given a CI run again after your fix. Lets see how it goes. 🤞 |
Uh oh!
There was an error while loading.Please reload this page.
Persist report to external repo after all tests executions
Fixes Issue:#687
PR Branch
#ADD LINK TO THE PR BRANCH
Motivation and Context
Checklist:
New Unit tests were added
Integration tests were added
Test names are meaningful
Feature manually tested and outcome is successful
PR doesn't break any of the earlier features for end users
PR doesn't break the HTML report features directly
/targetfolder and they look finePR doesn't break any HTML report features indirectly
Branch build passed in CI
No 'package.*' in the imports
Relevant DOcumentation page added or updated with clear instructions and examples for the end user
Http test added to
http-testing-examplesmodule(if applicable) ?Kafka test added to
kafka-testing-examplesmodule(if applicable) ?