Sign inSign up

bxwill/testlink-metrics

By bxwill

Updated over 6 years ago

Testlink Metrics Report

Image
0

1.8K

bxwill/testlink-metrics repository overview

EN | CN

Open source software for TestLink metrics

org author github alpine python docker flask bootstrap element testlink

Vision

EASY METRICS EASY MANAGEMENT

Description

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.

Quick Start

Deploy TMR
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

Access TMR

http://localhost TestLinkMetricsReportPreview

Changelog

  • 1.1.0 - 2020-04-26
  • Support to print view test case detail
  • Fix no-platform scenario failure
  • 1.0.0 - 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

More

Tag summary

Content type

Image

Digest

Size

37.9 MB

Last updated

over 6 years ago

docker pull bxwill/testlink-metrics