Skip to content

Proximie/x-result-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eXtensible Result Analyzer

A tool designed to process and analyze .xcresult bundles generated from Xcode test runs. It uses sqlite3 database (generated by xcrun tool) and outputs a detailed report summarizing test results such as test summary and failure details.

Installation

Cargo

cargo install --git https://github.com/Proximie/x-result-analyzer

Homebrew

brew tap Proximie/xra
brew install xra

Example Usage

xra generate report --path ./output-report.xcresult --template markdown -o result.md
xra generate failure-report --path ./output-report.xcresult --template slack -o result.json
xra generate database --path ./output-report.xcresult
xra get summary --path ./output-report.xcresult

About

A tool designed to process and analyze .xcresult bundles generated from Xcode test runs. It extracts key insights and outputs a detailed report summarizing test results such as test summary and failure details.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors

Languages