Skip to content

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

Notifications You must be signed in to change notification settings

Kreozot/testlink-to-zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published