Skip to content

testomatio/migrate-testmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:testomatio/migrate-testmo.git
cd migrate-testmo
npm install

Usage

Run the script providing path to the Testmo CSV file

node convert.js <path-to-testmo-csv>

Example:

node convert.js TestCases.csv

This script will produce TestCases_Testomatio.csv

It can be imported into 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

About

Testmo to Testomat.io CSV migration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published