All Projects → Subito-it → Cachi

Subito-it / Cachi

Licence: other
Parse and visualize .xcresult tests on a web interface

Programming Languages

swift
15916 projects

🌵 Cachi

Cachi is a swift tool to parse and visualize test results contained in Xcode's .xcresult files on a web interface.

Installation

brew install Subito-it/made/cachi

Or you can build manually using swift build.

Usage

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

Endpoint documentation

http://local.host:port/v1/help will return a list of available endpoint with a short overview.

Contributions

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.

Authors

Tomas Camin (@tomascamin)

License

Cachi is available under the Apache License, Version 2.0. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].