MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.74k stars 125 forks source link

online analysis tool which work with XCLogParser? #80

Closed kjing closed 3 years ago

kjing commented 4 years ago

We use CXLogParser. we want to upload daily reports to an online analysis tool to have historical trend analysis for individual file's build or unit test of each test case? Do you know to use which online analysis tool?

ecamacho commented 4 years ago

Hi, we don't have one yet. One thing you can try is to generate the flatJson report (xclogparser parse --project MyProject --reporter flatJson --output build_report.json) and ingest it into a Database that supports Json like MongoDB

ecamacho commented 4 years ago

Hi @kjing we're working on a tool to do this. Are you still interested in it? We can talk about it

kjing commented 4 years ago

Hi Eick,

Thanks to let me know. Yes, I am very interested in it.

Best, Kai

On Tue, Oct 27, 2020 at 1:42 AM Erick Camacho notifications@github.com wrote:

Hi @kjing https://github.com/kjing we're working on a tool to do this. Are you still interested in it? We can talk about it

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/spotify/XCLogParser/issues/80#issuecomment-717081969, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCR4Z7X23UI2WRUPQ52GLSM2BZDANCNFSM4NQHJ3TQ .

ecamacho commented 3 years ago

You can check our XCMetrics project that addresses this