@@ -64,18 +64,18 @@ gulp.task('casperCmd', function () {
64
64
Options are documented in official CasperJS documentation http://docs.casperjs.org
65
65
Possible values are
66
66
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 > |
79
79
80
80
81
81
0 commit comments