@ -42,7 +42,9 @@ jobs:
command: |
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',