A hyperfast web frontend for software testing results written in C.
It builds and runs on OpenBSD, Linux, and Mac OS X.
If you have any comments or patches, please feel free to post them here or notify me by e-mail.
- CPU and memory consumption is zero in idle (CGI application)
- Support of SubUnit, TAP (Test Anything Protocol) and JUnit formats
- evaluating of current test coverage
- evaluating of tests stability and effectiveness
- evaluating of features stability in a project
- estimating of testing convergence
- reducing Mean Time to Diagnosis
- conversion of binary test reports to a textual form for indexing, see Swish-e
- calculating of testcase metrics (Average Time Execution, Average Percentage of Fault Detected (APFD) and more)
- keep track of the results with
git-test
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=RELEASE
$ cmake .. -DCMAKE_BUILD_TYPE=DEBUG
$ make test
$ bin/testres -s samples/junit.xml
Developed with passion by Sergey Bronnikov and great open source contributors.