https://github.com/testomatio/migrate-testmo
Testmo to Testomat.io CSV migration
https://github.com/testomatio/migrate-testmo
Last synced: 8 months ago
JSON representation
Testmo to Testomat.io CSV migration
- Host: GitHub
- URL: https://github.com/testomatio/migrate-testmo
- Owner: testomatio
- Created: 2025-01-16T21:55:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T13:28:27.000Z (over 1 year ago)
- Last Synced: 2025-01-29T14:29:29.294Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Migrate Testmo
This script converts Testmo 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-testmo.git
cd migrate-testmo
npm install
```
## Usage
Run the script providing path to the Testmo 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