Sylinteri is an application to enhance GoogleTest result with add score calculation.
cmake .
cmake --build .
./SYLINTERI <google_test_report.json>
We provide a sample for you. You can execute it with
./SYLINTERI ./report-sample/test_report.json
The current progess listed as below:
- Read the report file and parse the content.
- Have
Report
class to transform content into class. - Output GoogleTest result based on report file.
- Input score configuration.
- Show score with configuration.
- Digital Signature File.
- Automatic tests.