Skip to content

Commit e4dd10f

Browse files
committedMar 30, 2016
add README info
1 parent 6155485 commit e4dd10f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎README.md

+23
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
11
# nemo-logger
2+
3+
Nemo plugin which instantiates the [selenium-webdriver console logger](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/lib/logging.html).
4+
5+
## Requirements
6+
7+
`nemo@2` and above, to get the versions of `selenium-webdriver` with logging support.
8+
9+
## Usage
10+
11+
1. `npm install --save-dev nemo-logger`
12+
2. add to your nemo plugins config:
13+
14+
```
15+
"logger": {
16+
"module": "nemo-logger",
17+
"arguments": ["ALL"] // optional
18+
}
19+
```
20+
21+
If you include the single argument, make sure it matches one of the levels here:
22+
http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/lib/logging_exports_Level.html
23+
24+
If you don't include the argument, `ALL` is the default.

0 commit comments

Comments
 (0)
Please sign in to comment.