Skip to content

Commit 00b99d3

Browse files
committed
Update the travis deploy script
1 parent 989d3b5 commit 00b99d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ before_script:
2525
# - "wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && tar -xvf ./phantomjs-2.1.1-linux-x86_64.tar.bz2 && export PATH=$PWD/phantomjs-2.1.1-linux-x86_64/bin:$PATH"
2626
- "seleniumbase install chromedriver"
2727
- "seleniumbase install geckodriver"
28+
- "seleniumbase mkdir browser_tests"
2829
script:
30+
- "pytest browser_tests/boilerplates/boilerplate_test.py --headless --with-db_reporting"
2931
- "pytest examples/my_first_test.py --browser=chrome -s --headless --with-db_reporting"
3032
- "nosetests examples/boilerplates/boilerplate_test.py --browser=chrome --headless"
3133
- "pytest examples/my_first_test.py --browser=firefox -s --headless --with-db_reporting"

0 commit comments

Comments
 (0)