ISSUE-687 # Persist report and run-log files to an external space after all tests executions#718
ISSUE-687 # Persist report and run-log files to an external space after all tests executions#718rkshpanigrahi wants to merge 8 commits intoauthorjapps:masterfrom
Conversation
|
@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. 🤞 |
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) ?