Skip to content

Commit

Permalink
ROBOT_BROWSER=chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
agitator committed Mar 3, 2020
1 parent 45d2e2e commit b2a5b34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ before_script:
script:
# Run code-analysis, except on Python 3.6, which mysteriously fails to find zc.buildout.
- python --version 2> /dev/stdout | grep 3.6 || bin/code-analysis
- bin/test --all
- ROBOT_BROWSER=chrome bin/test --all

after_success:
- bin/createcoverage --output-dir=parts/test/coverage
Expand Down
3 changes: 0 additions & 3 deletions src/collective/contact/core/tests/robot/keywords.robot
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
*** Keywords ***

${BROWSER} chrome

a Site Owner
Log in as site owner

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*** Settings ***
Test Setup keywords.Open test browser
Test Setup Open test browser
# Test Setup Open SauceLabs test browser
Test Teardown Run keywords Report test status Close all browsers
Resource plone/app/robotframework/keywords.robot #Test Setup Open test browser #Test Teardown Close all browsers
Expand Down

0 comments on commit b2a5b34

Please sign in to comment.