Open source software for TestLink metrics
EASY METRICS EASY MANAGEMENT
TestLink Metrics Report TMR can help to manage test case execution status, and login TestLink is not necessary.
You can choose Project Plan Build Platform Requiment to generate a HTML report.
Progress Executed Results Rate Case List Bug List can be found from the report.
export TESTLINK_URL=''
export TESTLINK_USER=''
export TESTLINK_DEVKEY=''
export ISSUE_TRACKER_URI_VIEW='' # Optional
docker run -d -p 80:80 -e TESTLINK_URL:${TESTLINK_URL} -e TESTLINK_USER:${TESTLINK_USER} -e TESTLINK_DEVKEY:${TESTLINK_DEVKEY} -it bxwill/testlink-metrics
or you can leverage docker-compose
docker-compose -f docker-compose.yaml up -d
variable ISSUE_TRACKER_URI_VIEW is optional
http://localhost
2020-04-26
- Support to print view test case detail
- Fix no-platform scenario failure
2020-03-20
- Select project/plan/build/platform to generate report
- Testing progress and results can be found from the report
- Requirement coverage and progress can be found from the report
- List case title, result
- Bugs and links will be displayed if configured issue tracker uri view
Content type
Image
Digest
Size
37.9 MB
Last updated
over 6 years ago
docker pull bxwill/testlink-metrics