Skip to content

Commit 471c950

Browse files
authored
Update README.md
1 parent e8b06c1 commit 471c950

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@ gulp.task('casperCmd', function () {
6464
Options are documented in official CasperJS documentation http://docs.casperjs.org
6565
Possible values are
6666

67-
| Option | Parameter Name | Possible Values |
68-
|-------------|----------------|----------------------------------|
69-
| concise | --concise | |
70-
| engine | --engine | [phantomjs | slimerjs] |
71-
| failFast | --fail-fast | |
72-
| includes | --includes | <filename>,<filename> |
73-
| logLevel | --log-level | [debug | info | warning | error] |
74-
| noColors | --no-colors | |
75-
| post | --post | <filename> |
76-
| pre | --pre | <filename> |
77-
| webSecurity | --web-security | no |
78-
| xunit | --xunit | <filename> |
67+
| Option | Parameter Name | Possible Values |
68+
|-------------|----------------|---------------------------------------|
69+
| concise | --concise | |
70+
| engine | --engine | [phantomjs | slimerjs] |
71+
| failFast | --fail-fast | |
72+
| includes | --includes | <filename>,<filename> |
73+
| logLevel | --log-level | `[debug \| info \| warning \| error]` |
74+
| noColors | --no-colors | |
75+
| post | --post | <filename> |
76+
| pre | --pre | <filename> |
77+
| webSecurity | --web-security | no |
78+
| xunit | --xunit | <filename> |
7979

8080

8181

0 commit comments

Comments
 (0)