Skip to content

Commit

Permalink
Merge 99b1cd7 into 7c3c15c
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Oct 3, 2018
2 parents 7c3c15c + 99b1cd7 commit 5206f9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -55,12 +55,12 @@ script:
docker cp coverage_front:/opt/app/coverage/lcov.info .;
cat lcov.info | ./node_modules/coveralls/bin/coveralls.js;
fi
# - if [ "$TEST_SUITE" == "guillotina" ]; then
# PYTHONPATH=$(pwd)/tests pybot -v BROWSER:headlesschrome -v API:Guillotina tests;
# fi
# - if [ "$TEST_SUITE" == "plone" ]; then
# PYTHONPATH=$(pwd)/tests env/bin/pybot -v BROWSER:headlesschrome -v API:Plone tests;
# fi
- if [ "$TEST_SUITE" == "guillotina" ]; then
PYTHONPATH=$(pwd)/tests pybot -v BROWSER:headlesschrome -v API:Guillotina tests;
fi
- if [ "$TEST_SUITE" == "plone" ]; then
PYTHONPATH=$(pwd)/tests env/bin/pybot -v BROWSER:headlesschrome -v API:Plone tests;
fi
after_script:
- mkdir robot-results
- mv log.html output.xml report.html selenium-screenshot-*.png robot-results
Expand Down
4 changes: 2 additions & 2 deletions tests/__init__.robot
Expand Up @@ -46,8 +46,8 @@ Stop Plone Backend

Start Plone React
Log To Console Starting Webpack
Start Webpack yarn start:prod
... check=to be executed: node build/server.js
Start Webpack yarn build && yarn start:prod
... check=started

Suite Setup
Run Keyword If '${API}' == 'Plone' Start Plone Backend
Expand Down

0 comments on commit 5206f9a

Please sign in to comment.