Skip to content

Commit 9f3408f

Browse files
committed
Description Update.
1 parent 3f364bd commit 9f3408f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ exports.config = {
4848
package: 'jasmine2-protractor-utils',
4949
screenshotOnExpectFailure:true,
5050
screenshotOnSpecFailure:true,
51+
clearFoldersBeforeTest: true,
52+
htmlReportDir: './reports/htmlReports',
5153
failTestOnErrorLog: {
5254
failTestOnErrorLogLevel: 900,
5355
excludeKeywords: ['keyword1', 'keyword2']
@@ -111,6 +113,8 @@ If not present , please add the following to the config file:
111113
Path where HTML report will be saved. If path does not exist , will be created.
112114
e.g './reports/something/savehere/' , please take care of './' and '/' at the beginning and end.
113115

116+
If you want to use the default location , pass value - 'true'.
117+
114118
Default: 'reports/htmlReports'
115119

116120
## failTestOnErrorLog (Chrome only)

0 commit comments

Comments
 (0)