This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information