Config for screenshots

pull/1/head
ioedeveloper 5 years ago
parent 1e4ce4a72e
commit 652d985795
  1. 4
      .circleci/config.yml
  2. 6
      nightwatch.js

@ -42,7 +42,9 @@ jobs:
command: |
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
./ci/deploy_from_travis_remix-live.sh;
fi
fi
- store_artifacts:
path: ./reports/screenshots
workflows:
version: 2

@ -18,8 +18,10 @@ module.exports = {
'asyncHookTimeout': 100000
},
'screenshots': {
'enabled': false,
'path': ''
'enabled': true,
'path': './reports/screenshots',
'on_failure': true,
'on_error': true
},
'desiredCapabilities': {
'browserName': 'firefox',

Loading…
Cancel
Save