https://github.com/testomatio/migrate-qmetry
Qmetry CSV to Testomat.io format converter
https://github.com/testomatio/migrate-qmetry
qmetry qmetryintegration testing tms
Last synced: 4 days ago
JSON representation
Qmetry CSV to Testomat.io format converter
- Host: GitHub
- URL: https://github.com/testomatio/migrate-qmetry
- Owner: testomatio
- Created: 2025-01-09T03:27:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T02:35:02.000Z (over 1 year ago)
- Last Synced: 2025-10-23T02:41:57.878Z (9 months ago)
- Topics: qmetry, qmetryintegration, testing, tms
- Language: JavaScript
- Homepage: https://testomat.io
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Migrate Qmetry
This script converts Qmetry CSV script to Testomat.io CSV format
## Reqiurements
* NodeJS >= 18 required
* Git
## Installation
Open terminal and run the following commands
```
git clone git@github.com:testomatio/migrate-qmetry.git
cd migrate-qmetry
npm install
```
## Usage
Run the script providing path to the Qmetry CSV file
```
node convert.js
```
Example:
```
node convert.js TestCases.csv
```
This script will produce TestCases_Testomatio.csv
It can be imported into [Testomat.io](https://app.testomat.io) by setting import format as Testomat.io
## Customization
This script is provided as is but feel free to update `convert.js` to match your needs.
## License
MIT