nightwatch-testrail-updater
Version:
NightwatchJS custom command to update your TestRail test run with the results of your automated tests using the TestRail API.
31 lines (30 loc) • 872 B
JSON
{
"name": "nightwatch-testrail-updater",
"version": "1.0.5",
"description": "NightwatchJS custom command to update your TestRail test run with the results of your automated tests using the TestRail API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UltimateSoftware/nightwatch-testrail-updater.git"
},
"keywords": [
"NightwatchJS",
"Nightwatch",
"TestRail",
"automated",
"testing",
"API"
],
"author": "David Mello (david.mello@ukg.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/UltimateSoftware/nightwatch-testrail-updater/issues"
},
"homepage": "https://github.com/UltimateSoftware/nightwatch-testrail-updater#readme",
"dependencies": {
"supertest": "^6.1.3"
}
}