@dbouckaert/zephyr-scale-cloud-reporter
Version:
ZH Cloud, or zephyr helpers is a Node JS framework that implements test suites with Zephyr scale for Jira. It uses a soft-assert function to absorb failing assertions and translate them to a true/false value.
61 lines • 1.89 kB
JSON
{
"name": "@dbouckaert/zephyr-scale-cloud-reporter",
"version": "1.0.5",
"description": "ZH Cloud, or zephyr helpers is a Node JS framework that implements test suites with Zephyr scale for Jira. It uses a soft-assert function to absorb failing assertions and translate them to a true/false value.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "nodemon"
},
"repository": {
"type": "git",
"url": "https://github.com/davidbouckaert/zephyr-scale-cloud-reporter"
},
"keywords": [
"ZEPHYR",
"zapi",
"test",
"reporter",
"zephyr scale",
"jira",
"cloud",
"jira-cloud",
"mocha"
],
"author": "David Bouckaert",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidbouckaert/zephyr-scale-cloud-reporter/issues"
},
"homepage": "https://github.com/davidbouckaert/zephyr-scale-cloud-reporter#readme",
"dependencies": {
"@types/chai": "^4.3.3",
"awesome-typescript-loader": "^5.2.1",
"chai": "^4.3.6",
"source-map-loader": "^4.0.0",
"supertest": "^6.2.4"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"nodemon": "^2.0.19",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^3.9.10"
}
}