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

Commit

Permalink
chore(minijasminenode): update minijasminenode dependency to v1.1.0
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
juliemr committed Jul 1, 2014
1 parent e5868e7 commit e10e1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/referenceConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ exports.config = {

// ----- Options to be passed to minijasminenode -----
//
// See the full list at https://github.com/juliemr/minijasminenode
// See the full list at https://github.com/juliemr/minijasminenode/tree/jasmine1
jasmineNodeOpts: {
// If true, display spec names.
isVerbose: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"request": "~2.36.0",
"selenium-webdriver": "2.42.1",
"minijasminenode": "1.0.0",
"minijasminenode": "1.1.0",
"jasminewd": "1.0.1",
"saucelabs": "~0.1.0",
"glob": "~3.2",
Expand Down

0 comments on commit e10e1a4

Please sign in to comment.