Skip to content

Commit

Permalink
run ci with screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dpakach committed May 15, 2020
1 parent 2df8ef1 commit 7451e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ config = {
},
'runningOnOCIS': True,
'filterTags': 'not @skip and not @skipOnOCIS',
'screenShots': True,
}
},

Expand Down
2 changes: 1 addition & 1 deletion nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = {
idleTimeout: 180
},
screenshots: {
enabled: SCREENSHOTS,
enabled: true, //SCREENSHOTS,
path: 'tests/reports/screenshots',
on_failure: true
}
Expand Down

0 comments on commit 7451e79

Please sign in to comment.