1.1.8 • Published 4 years ago
record-migration v1.1.8
Note : This is Private project, no use for general purpose
CMD :
npx record-migration stack project: ui/api json file name
Supported Frameworks
Cucumber and Cypress
To test framework
pass "test" in framework * npx record-migration qa division ui test Reports/cucumber.json accessKey
Cucumber Integration :
* Add the plugin as " plugin = {"json:target/cucumber-report/cucumber.json"}" in the runner
or
* in the CLi pass "-DCucumber.Options="--plugin json:target/cucumber-report/cucumber.json""
* npx record-migration qa [division] ui cucumber Reports/cucumber.json [accessKey]
Cypress Integration :
* add mocha awsome support in cypress.json
* npx record-migration qa [division] ui cypress Reports/cypress-out.json [accessKey]