You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ Default options support the most usual usage scenario:
91
91
fileNumbering:false,
92
92
fileNumberDigits:3,
93
93
fileNumberSeparator:'.',
94
+
hangOnError:false,
94
95
force:false
95
96
},
96
97
'google': {
@@ -202,6 +203,12 @@ Default value: '.'
202
203
203
204
The character to put between the file number and the file name.
204
205
206
+
### hangOnError
207
+
Type: `Boolean`
208
+
Default value: false
209
+
210
+
If set to `true`, it will not abort the process in case of a failure. It is useful, if you want to investigate the situation on the screen right after an error occurred. If you encounter an error flip this flag and re-run the failing scenario. Once you are finished terminate the process or interrupt it by Ctrl+C.
211
+
205
212
#### force
206
213
Type: `Boolean`
207
214
Default value: false
@@ -590,6 +597,7 @@ your code using Grunt.
590
597
591
598
## Release History
592
599
600
+
* 2019-07-08 [v2.2.0] Optionally hang the browser in case of failure to be able to inspect the web page in developer tools
593
601
* 2018-11-26 [v2.0.0] Use headless Chrome instead of PhantomJS by default, introduce conditional if-then-else instructions
0 commit comments