'xcrun xcresulttool export --path' 文件格式
'xcrun xcresulttool export --path' file format
我用xcresulttool导出文件,但是文件结构是这样的,谁知道文件的数据结构是什么?
您可以使用 format
选项将输出格式化为 JSON:
xcrun xcresulttool get --path "~/path/to/file.xcresult" --format json
目前,仅支持的两种格式是 json
或 raw
。 raw
是默认值,导致输出如您发布的那样。
我用xcresulttool导出文件,但是文件结构是这样的,谁知道文件的数据结构是什么?
您可以使用 format
选项将输出格式化为 JSON:
xcrun xcresulttool get --path "~/path/to/file.xcresult" --format json
目前,仅支持的两种格式是 json
或 raw
。 raw
是默认值,导致输出如您发布的那样。