-
Notifications
You must be signed in to change notification settings - Fork 75
add support outputting json format results to a file. (issue: 101) #104
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
add support outputting json format results to a file. (issue: 101) #104
Conversation
@jd4235 |
LGTM. |
@iyoshiha JUnit changes were merged so you'll need to add output functionality for junit. Currently when I run the command |
@kehoecj
P.S. |
@kehoecj |
Thanks for adding those extra tests. Looks ready to me. |
Merged! Thank you @iyoshiha for the contribution! |
…oeing#104) * add support outputting json format results to a file. * add: description in README.md * refactor * deleted binary that got accidentaly pushed * delete unnecessary fmt.printf && add comments on the deleteFiles * refactor and add a test case * added validator test cases * add writer tests and comments header above outputBytesToFile func * deleted blank file * make comment alins * rename test fuction and example * fix: degradation * refactor: initialization * delete: binary * add output functionality to junit * add tests
…oeing#104) * add support outputting json format results to a file. * add: description in README.md * refactor * deleted binary that got accidentaly pushed * delete unnecessary fmt.printf && add comments on the deleteFiles * refactor and add a test case * added validator test cases * add writer tests and comments header above outputBytesToFile func * deleted blank file * make comment alins * rename test fuction and example * fix: degradation * refactor: initialization * delete: binary * add output functionality to junit * add tests
Details of the Changes
Issue ticket number and link
Closes #101
I'll add this feature for JUnit if this PR is merged into main.