testlink-to-zephyr
v1.0.0
Published
Converter from Testlink test cases (exported to XML) to CSV ready to import to Zephyr
Downloads
11
Maintainers
Readme
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
Choose generated CSV file. Select semicolon as a CSV delimeter.
Ensure that fields mapping is correct:
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.