File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments