Commit 652d9857 authored by ioedeveloper's avatar ioedeveloper

Config for screenshots

parent 1e4ce4a7
......@@ -43,6 +43,8 @@ jobs:
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
./ci/deploy_from_travis_remix-live.sh;
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