UNPKG

protractor-jasmine2-html-reporter

Version:

HTML reporter for Jasmine and Protractor. It will generate beautiful and useful report for your web apps.

48 lines (47 loc) 1.34 kB
{ "name": "protractor-jasmine2-html-reporter", "version": "0.0.7", "description": "HTML reporter for Jasmine and Protractor. It will generate beautiful and useful report for your web apps.", "main": "index.js", "scripts": { "test": "protractor protractor.config.js" }, "repository": { "type": "git", "url": "https://github.com/Kenzitron/protractor-jasmine2-html-reporter", "postinstall": "./node_modules/protractor/bin/webdriver-manager update" }, "keywords": [ "jasmine", "jasmine 2", "protractor", "reporter", "html", "test", "functional testing", "screenshot", "end2end", "bdd" ], "author": "Alejandro Asensio <alejandro@kenzilab.com> (http://www.kenzilab.com/)", "contributors": [ "Calin Fraser <calinfraser@gmail.com> (https://github.com/kaliayev)", "Vasanth K <vasanth.k@perfomatix.com> (https://github.com/vasanth5738)", "Chris Rudmin (https://github.com/chris-rudmin)" ], "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/Kenzitron/protractor-jasmine2-html-reporter/issues" }, "dependencies": { "async": "^2.1.4", "hat": "^0.0.3", "lodash": "^4.17.0", "mkdirp": "^0.5.0", "string.prototype.startswith": "^0.2.0" }, "devDependencies": { "jasmine": "^2.5.2", "phantomjs": "^2.1.7" } }