Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit e10e1a4

Browse files
committed
chore(minijasminenode): update minijasminenode dependency to v1.1.0
This adds several options for the reporter, which can be included in protractor's `config.jasmineNodeOpts` ```js // If true, output nothing to the terminal. Overrides other printing options. silent: false, // If true, print timestamps for failures showTiming: true, // Print failures in real time. realtimeFailure: false ```
1 parent e5868e7 commit e10e1a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/referenceConf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ exports.config = {
150150

151151
// ----- Options to be passed to minijasminenode -----
152152
//
153-
// See the full list at https://github.com/juliemr/minijasminenode
153+
// See the full list at https://github.com/juliemr/minijasminenode/tree/jasmine1
154154
jasmineNodeOpts: {
155155
// If true, display spec names.
156156
isVerbose: false,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"request": "~2.36.0",
1616
"selenium-webdriver": "2.42.1",
17-
"minijasminenode": "1.0.0",
17+
"minijasminenode": "1.1.0",
1818
"jasminewd": "1.0.1",
1919
"saucelabs": "~0.1.0",
2020
"glob": "~3.2",

0 commit comments

Comments
 (0)