Skip to content

testlink-metrics/testlink-metrics-report

Repository files navigation

TestLink Metrics Report Tool

English | 中文

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: ''      # Required: URL of TestLink
export TESTLINK_USER: ''     # Required: Username in TestLink
export TESTLINK_DEVKEY: ''   # Required: Dev Key of the TestLink Username
export TESTLINK_ITS: ''      # Optional: Issue Tracker System Name in TestLink
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 TESTLINK_ITS is optional

Access TMR

http://localhost TestLinkMetricsReportPreview

Changelog

  • 1.2.1 - 2020-05-08
  • Enhance case executed status table
  • Update top right corner GitHub link
  • 1.2.0 - 2020-05-05
  • Improve case page to show executed results
  • Get issue tracker URI view via TestLink ITS
  • Enhance html templates
  • 1.1.1 - 2020-04-28
  • Fix case page css path error
  • 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