http-backend-proxy
Version:
A proxy that allows configuring the AngularJs e2e $httpBackend service from within protractor based tests and enables protractor-to-browser data sharing.
33 lines (30 loc) • 1.22 kB
JSON
{
"name": "http-backend-proxy",
"private": false,
"version": "1.4.3",
"description": "A proxy that allows configuring the AngularJs e2e $httpBackend service from within protractor based tests and enables protractor-to-browser data sharing.",
"homepage":"https://github.com/kbaltrinic/http-backend-proxy/wiki",
"main": "test/lib/http-backend-proxy.js",
"repository": "https://github.com/kbaltrinic/http-backend-proxy",
"license": "MIT",
"keywords":["angular", "angularjs", "protractor", "e2e", "httpBackend", "testing", "ngMockE2E"],
"author": "Kenneth Baltrinic <kenneth@baltrinic.com>",
"bugs": "https://github.com/kbaltrinic/http-backend-proxy/issues",
"devDependencies": {
"jasmine-node": "^1.14.5",
"protractor": "^2.1.0",
"http-server": "^0.8.0",
"bower": "^1.3.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"start": "bower install && http-server -p 8000",
"test": "jasmine-node test/unit/",
"test-watch": "jasmine-node --autotest --watch test/lib/ --color test/unit/",
"update-webdriver": "webdriver-manager update",
"e2e": "protractor test/protractor-conf.js",
"e2e-debug": "protractor debug test/protractor-conf.js"
}
}