go-ios icon indicating copy to clipboard operation
go-ios copied to clipboard

feat: Format test results as JSON

Open dmdmdm-nz opened this issue 8 months ago • 0 comments
trafficstars

Updated the runtest and runxctest commands:

  • Test results are now serialized to JSON and written to stdout.
  • Removed an unnecessary log.Info() call, which mistakenly printed the string length of the formatted struct.
  • Results are now always written to stdout, even when the --log-output option is missing (previously, they were only written when this option was present).

Fixes: #573

dmdmdm-nz avatar Mar 12 '25 03:03 dmdmdm-nz