1.0.0 • Published 3 years ago

testlink-to-zephyr v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

testlink-to-zephyr

Converter from Testlink test cases (exported to XML) to CSV ready to import to Zephyr

Usage

npx testlink-to-zephyr --input=./testlink-export.xml --output=./zephyr-import.csv

or just

npx testlink-to-zephyr --input=./testlink-export.xml

Arguments:

  • input - Path to an input XML
  • output (optional) - Path to an output CSV ('result.csv' by default)

Import to Zephyr Scale

Screenshot 1

Screenshot 2

Choose generated CSV file. Select semicolon as a CSV delimeter.

Screenshot 3

Ensure that fields mapping is correct:

Screenshot 4

Features

  • Hierarchical folders (from nested test suites)
  • Labels (from test case keywords)

There is no statuses and importance mapping for now. If you want some (or any other feature), feel free to send me a PR.