TestSummaries
is able to generate HTML file from TestSummaries.plist
to --outputPath
on Terminal
of osx.
in Terminal
brew install fromkk/TestSummaries/testsummaries
in Terminal
git clone git@github.com:fromkk/TestSummaries.git
cd ./TestSummaries
make install
test-summaries [--resultDirectory <resultDirectory>] | [--bundlePath <bundlePath>] --outputPath <outputPath> --outputType <outputType> --imageScale <imageScale> --backgroundColor <backgroundColor> --textColor <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 |