forked from Kenzitron/protractor-jasmine2-html-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified for ICTU needs - show total stats; show passed specs, skippe…
…d count and stack trace only on demand
- Loading branch information
Showing
3 changed files
with
94 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
{ | ||
"name": "protractor-jasmine2-html-reporter", | ||
"version": "0.0.5", | ||
"description": "HTML reporter for Jasmine2 and Protractor", | ||
"name": "testx-html-reporter", | ||
"version": "0.1.0", | ||
"description": "HTML reporter for testx", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "protractor protractor.config.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Kenzitron/protractor-jasmine2-html-reporter" | ||
"url": "https://github.com/testxio/html-reporter.git" | ||
}, | ||
"keywords": [ | ||
"testx", | ||
"jasmine2", | ||
"protractor", | ||
"reporter", | ||
|
@@ -21,10 +22,10 @@ | |
"end2end", | ||
"bdd" | ||
], | ||
"author": "Alejandro Asensio <[email protected]> (http://www.kenzilab.com/)", | ||
"license": "BSD-2-Clause", | ||
"author": "Greyarch BV", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Kenzitron/protractor-jasmine2-html-reporter/issues" | ||
"url": "https://github.com/testxio/html-reporter/issues" | ||
}, | ||
"dependencies": { | ||
"hat": "0.0.3", | ||
|