Cachi is a swift tool to parse and visualize test results contained in Xcode's .xcresult files on a web interface.
Cachi can be launched by passing the port for the web interface and the location where it should search for the .xcresult bundles.
You can optionally pass --search_depth
to specify how deep Cachi should traverse the location path. Default is 2, larger values may impact parsing speed.
$ cachi --port number [--search_depth level] path
Contributions are welcome! If you have a bug to report, feel free to help out by opening a new issue or sending a pull request.
Cachi is available under the Apache License, Version 2.0. See the LICENSE file for more info.