Commit 652d9857 authored by ioedeveloper's avatar ioedeveloper

Config for screenshots

parent 1e4ce4a7
...@@ -42,7 +42,9 @@ jobs: ...@@ -42,7 +42,9 @@ jobs:
command: | command: |
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
./ci/deploy_from_travis_remix-live.sh; ./ci/deploy_from_travis_remix-live.sh;
fi fi
- store_artifacts:
path: ./reports/screenshots
workflows: workflows:
version: 2 version: 2
......
...@@ -18,8 +18,10 @@ module.exports = { ...@@ -18,8 +18,10 @@ module.exports = {
'asyncHookTimeout': 100000 'asyncHookTimeout': 100000
}, },
'screenshots': { 'screenshots': {
'enabled': false, 'enabled': true,
'path': '' 'path': './reports/screenshots',
'on_failure': true,
'on_error': true
}, },
'desiredCapabilities': { 'desiredCapabilities': {
'browserName': 'firefox', '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