Skip to content

cemtopkaya/ulak_test

Repository files navigation

Kiwi - Redmine Plugin

This project also contains my notes about Redmine Plugin Development but in Turkish ;)

To retrieve Kiwi Test Cases from Kiwi server there will be needed to define all the settings in plugin settings page.

image

This plugin creates a relation between Kiwi tests and issues. To make this relation both creating or editing issue you can add tests to the issue.

image

When the issue has tests and is associated with any code change this plugin creates Test Results tab at the end of tabs below of the page. This tab contains revisions and tags related with code revisions. When any tag contains description like below, all artifacts extracts by plugin in tag description and looks for this artifact names in kiwi test run's tags.

distros:
- package: cnrpcfoms-vnf
  version: 1.2.0-1-ba02a366
  packageType: debian
  kernel: 4.4.0-210-generic
  distribution: Ubuntu 16.04.7 LTS
  urgency: low
  artifacts:
  - cnrpcfoms-vnf_1.2.0-1-ba02a366_amd64.deb
- package: cnrpcfoms-cnf
  version: 1.2.0-1-ba02a366
  packageType: debian
  kernel: 4.4.0-210-generic
  distribution: Ubuntu 16.04.7 LTS
  urgency: low
  artifacts:
  - cnrpcfoms-cnf_1.2.0-1-ba02a366_amd64.deb
  - registry.ulakhaberlesme.com.tr/cinar/pcf/oms:1.2.0-1-ba02a366

image

image

image

v2 Changed From Test Cases To Test Plans

image

image