UNPKG

testcafe-reporter-atc

Version:
53 lines (52 loc) 1.37 kB
{ "name": "testcafe-reporter-atc", "version": "0.0.10", "description": "ATC Jira TestCafe reporter plugin.", "repository": { "type": "git", "url": "git+https://github.com/sabrisonmez54/testcafe-reporter-atc.git" }, "author": "Developer Express Inc & Johannes Drechsler & Sabri Sönmez (https://devexpress.com)", "main": "lib/index", "files": [ "lib" ], "scripts": { "setEnvs": "export $(cat .env | xargs)", "clean": "rm -R -f e2e", "test": "npm run clean && testcafe src/tests/testsForReporter.ts", "publish": "npm publish" }, "keywords": [ "testcafe", "reporter", "plugin", "xunit", "atc", "nunit", "jira" ], "license": "MIT", "devDependencies": { "babel-eslint": "^10.0.1", "callsite-record": "^4.1.3", "del": "^5.1.0", "normalize-newline": "^3.0.0", "read-file-relative": "^1.2.0", "testcafe": "1.14.2", "testcafe-reporter-junit": "^3.0.2" }, "bugs": { "url": "https://github.com/sabrisonmez54/testcafe-reporter-atc/issues" }, "homepage": "https://github.com/sabrisonmez54/testcafe-reporter-atc#readme", "directories": { "test": "test" }, "dependencies": { "@types/node-fetch": "^2.5.10", "child-process": "^1.0.2", "node-fetch": "^2.6.1", "prettier": "^2.3.1" } }