@ictu/testx-http-keywords
Version:
Keywords to send simple http requests and check the responses using the testx library.
45 lines (44 loc) • 1.13 kB
JSON
{
"name": "@ictu/testx-http-keywords",
"version": "v0.14.7",
"description": "Keywords to send simple http requests and check the responses using the testx library.",
"main": "index.coffee",
"author": "ICTU",
"license": "ISC",
"dependencies": {
"coffee-errors": "^0.8.6",
"jsonpath-plus": "^0.15.0",
"lodash": "^4.17.11",
"parse-key-value": "^1.0.0",
"request": "^2.88.0",
"xmldom": "^0.1.27",
"xpath": "0.0.24"
},
"devDependencies": {
"@ictu/testx": "^2.12.0",
"coffee-script": "^1.10.0",
"protractor": "^5.4.1"
},
"scripts": {
"pretest": "webdriver-manager update --gecko=false",
"test": "protractor test/conf.coffee",
"test-docker": "docker run --rm -it -v `pwd`:/work --net=host testx/protractor test/conf.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/ICTU/testx-http-keywords.git"
},
"publishConfig": {
"@ictu:registry": "https://registry.npmjs.org",
"access": "public"
},
"keywords": [
"http",
"test",
"testx"
],
"testx": {
"logScript": false,
"actionTimeout": 4000
}
}