UNPKG

cypress-aiotests-reporter

Version:
34 lines (33 loc) 717 B
{ "name": "cypress-aiotests-reporter", "version": "1.5.0", "description": "Plugin to report cypress results to AIO Tests Jira", "main": "src/index.js", "scripts": { "test": "cypress run", "semantic-release": "semantic-release" }, "keywords": [ "aiotests", "cypress", "report", "jira" ], "author": "Navarambh Software", "license": "MIT", "devDependencies": { "cypress": "^10.6.0" }, "dependencies": { "ansis": "^2.0.2", "axios": "^1.6.2", "form-data": "^4.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/aiotests/cypress-aiotests-reporter.git" } }