Skip to content

Commit

Permalink
testing robots...
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Diaz committed Jun 28, 2018
1 parent f1a771d commit 519ab0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[report]
include =
src/genweb.organs/*
genweb/organs/*

omit =
*/test*
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ before_install:
- sudo apt-get install --yes libsasl2-dev python-dev libldap2-dev libssl-dev

before_script:
- export ROBOT_SELENIUM2LIBRARY_RUN_ON_FAILURE="Capture Page Screenshot"
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- firefox -v


install:
- pip install setuptools zc.buildout
Expand All @@ -17,7 +20,7 @@ install:
- buildout -N

script:
- coverage run bin/test
- coverage run bin/test -t genweb.organs --layer=\!Robot

after_success:
- coverage combine
Expand All @@ -32,7 +35,7 @@ cache:
addons:
# XXX: use an older Firefox ESR as we are stuck with selenium = 2.53.5
# https://github.com/SeleniumHQ/selenium/issues/2739#issuecomment-249482533
firefox: 45.9.0esr
firefox: 45.8.0esr

notifications:
email:
Expand Down

0 comments on commit 519ab0f

Please sign in to comment.