https://github.com/fromkk/testsummaries
generate HTML file from TestSummaries.plist
https://github.com/fromkk/testsummaries
cli macos swift swift4
Last synced: about 1 year ago
JSON representation
generate HTML file from TestSummaries.plist
- Host: GitHub
- URL: https://github.com/fromkk/testsummaries
- Owner: fromkk
- License: mit
- Created: 2018-04-24T03:32:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T07:06:48.000Z (about 7 years ago)
- Last Synced: 2025-04-23T22:53:41.226Z (about 1 year ago)
- Topics: cli, macos, swift, swift4
- Language: Swift
- Size: 139 KB
- Stars: 40
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/fromkk/TestSummaries)
# TestSummaries
`TestSummaries` is able to generate HTML file from `TestSummaries.plist` to `--outputPath` on `Terminal` of osx.

# Install
## from homebrew
in `Terminal`
```sh
brew install fromkk/TestSummaries/testsummaries
```
## from source code
in `Terminal`
```sh
git clone git@github.com:fromkk/TestSummaries.git
cd ./TestSummaries
make install
```
# Usage
```sh
test-summaries [--resultDirectory ] | [--bundlePath ] --outputPath --outputType --imageScale --backgroundColor --textColor
```
Options | Description
-------|--------------
--resultDirectory | set the directory path that has multiple test results
--bundlePath | set the bundle path for single test result
--outputPath | set the path for output the generated HTML file
--outputType | set output type `HTML` or `PNG`
--imageScale | set write image scale
--backgroundColor | set background color(RGB) e.g. #FFFFFF
--textColor | set text color(RGB) e.g. #000000