Skip to content

ahamdi/QmetryMigrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QmetryMigrator

Migration tool from Qmetry (https://www.qmetry.com) to Squash (https://www.squashtest.com)

Build Instructions

  • mvn clean compile assembly:single This will generate a fat jar with all dependencies

Run

Import Test Cases

  • java -jar QmetryMigrator--jar-with-dependencies.jar /PATH/TO/QMETRY/TestCases.xlsx

Where /PATH/TO/QMETRY/TestCases.xlsx is the full path for the exported test cases in Excel format, make sure that the path does not contain spaces or put the path between quotes ""

Import Requirements

  • java -jar QmetryMigrator--jar-with-dependencies.jar /PATH/TO/QMETRY/Requirements.xlsx RQ

    • Where /PATH/TO/QMETRY/Requirements.xlsx is the full path for the exported requirements in Excel format, make sure that the path does not contain spaces or put the path between quotes ""
    • RQ to know to the content of the Excel and export it to requirements

Releases

No releases published

Packages

No packages published

Languages