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
feat(config): optional test description prefix based on capability's name
If this flag `addPrefixToTests` is set to true, a prefix will be added to every test description with the `name` value presented on the `capabilities` object defined on the protractor configs.
Resolve add addPrefixToTests config (#72)
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,6 +446,12 @@ If this flag set to true, screenshot and HTML report directories will be emptied
446
446
447
447
Default: `false`
448
448
449
+
## addPrefixToTests
450
+
451
+
If this flag is set to true, a prefix will be added to every test description with the `name` value presented on the `capabilities` object defined on the protractor configs.
452
+
453
+
Default: `false`
454
+
449
455
## failTestOnErrorLog (Chrome only)
450
456
451
457
Contains a set of configuration for console log. When browser console has errors of a certain log level (default:>900), the spec/test is marked failed along with log in the error report/stacktrace.
0 commit comments