File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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"
2829script :
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"
You can’t perform that action at this time.
0 commit comments