https://github.com/ligurio/testres
A hyperfast web frontend for software testing results written in C.
https://github.com/ligurio/testres
dashboard junit subunit test-management testanythingprotocol testing testing-tools
Last synced: about 2 months ago
JSON representation
A hyperfast web frontend for software testing results written in C.
- Host: GitHub
- URL: https://github.com/ligurio/testres
- Owner: ligurio
- Created: 2018-12-28T11:02:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T15:07:30.000Z (over 5 years ago)
- Last Synced: 2025-04-09T16:55:42.876Z (12 months ago)
- Topics: dashboard, junit, subunit, test-management, testanythingprotocol, testing, testing-tools
- Language: C
- Homepage:
- Size: 798 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## testres
[](https://travis-ci.org/ligurio/testres)
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.
### Features
- CPU and memory consumption is zero in idle (CGI application)
- Support of SubUnit, TAP (Test Anything Protocol) and JUnit formats
### Usage scenarios:
- 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](https://www.joecolantonio.com/alan-page-principles-lessons-learned-at-microsoft/)
- conversion of binary test reports to a textual form for indexing, see [Swish-e](http://www.esa.org/tiee/search/html/swish-config.html#document_filter_directives)
- calculating of testcase metrics (Average Time Execution, Average Percentage of Fault Detected (APFD) and [more](http://www.iosrjournals.org/iosr-jce/papers/Vol16-issue4/Version-1/G016414751.pdf))
- keep track of the results with [`git-test`](https://github.com/ligurio/git-test)
### Usage
```
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=RELEASE
$ cmake .. -DCMAKE_BUILD_TYPE=DEBUG
$ make test
$ bin/testres -s samples/junit.xml
```
### Authors
Developed with passion by [Sergey Bronnikov](https://bronevichok.ru/) and great
open source [contributors](https://github.com/ligurio/testres/contributors).