Unverified Commit acbe426a authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2694 from ethereum/screenshots-e2e-tests

Enabled Screenshots For Nightwatch In CircleCI
parents 1e4ce4a7 652d9857
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment