wdio-cucumber-retry-failed-scenarios
Version:
Create a list of failed scenarios for re-execution in cucumber. After re-execution of failed scenarios, merge the re-execution results to the original execution results
28 lines • 748 B
JSON
{
"name": "wdio-cucumber-retry-failed-scenarios",
"version": "0.0.2",
"description": "Create a list of failed scenarios for re-execution in cucumber. After re-execution of failed scenarios, merge the re-execution results to the original execution results",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rerun",
"re-execute",
"cucumber",
"flake",
"execution",
"failed",
"scenario"
],
"author": "Manish Kumar Singh",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/manish-kumarsingh/wdio-cucumber-retry-failed-scenarios"
},
"dependencies": {
"walk-sync": "0.3.2"
},
"devDependencies": {}
}