Using SpecSync with Cypress
Step 1: Check cypress-cucumber-preprocessor configuration
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": false,
"step_definitions": "cypress/support/step_definitions/",
"json": {
"enabled": true,
"output": "cypress/cucumber-json/cucumber-report.json"
}
},
Step 2: Run Cypress tests as usual
Step 3: Publish test results with SpecSync
Use SpecSync with older version of cypress-cucumber-preprocessor
cypress-cucumber-preprocessorLast updated