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
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ directory.
24
24
***baseHost** (optional) - `String` - it changes original host for view in the browser; by default original host does not change
25
25
***scaleImages** (optional) – `Boolean` – fit images into page width; `false` by default
26
26
***lazyLoadOffset** (optional) - `Number` - allows you to specify how far above and below the viewport you want to begin loading images. Lazy loading would be disabled if you specify 0. `800` by default.
27
-
***errorPatterns** (optional) - `Array` - error message patterns for 'Group by error' mode.
27
+
***errorPatterns** (optional) - `Array` - error message patterns for 'Group by error' mode.
28
28
Array element must be `Object` ({'*name*': `String`, '*pattern*': `String`}) or `String` (interpret as *name* and *pattern*).
29
-
Test will be associated with group if test error matches on group error pattern.
29
+
Test will be associated with group if test error matches on group error pattern.
30
30
New group will be created if test cannot be associated with existing groups.
31
31
32
32
Also there is ability to override plugin parameters by CLI options or environment variables
@@ -74,7 +74,6 @@ Add plugin to your `hermione` config file:
74
74
```js
75
75
module.exports= {
76
76
// ...
77
-
78
77
plugins: {
79
78
'html-reporter/hermione': {
80
79
enabled:true,
@@ -141,5 +140,27 @@ Adds item to html report as link:
0 commit comments