no-record-video-test-passed-cypress-plugin
Version:
Plugin delete the recorded video for specs that had no retry attempts or failures when using Cypress test retries.
33 lines (32 loc) • 769 B
JSON
{
"name": "no-record-video-test-passed-cypress-plugin",
"version": "1.0.3",
"description": "Plugin delete the recorded video for specs that had no retry attempts or failures when using Cypress test retries.",
"main": "src/index.js",
"scripts": {
"test": "cypress run",
"semantic-release": "semantic-release"
},
"keywords": [
"video",
"cypress",
"retry",
"passed",
"failed"
],
"author": "Dino DONA",
"license": "MIT",
"devDependencies": {
"cypress": "^10.6.0"
},
"dependencies": {
"ansis": "^2.0.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/Devstored/no-record-video-test-passed-cypress-plugin.git"
}
}