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:
25
25
# - "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"
26
26
- " seleniumbase install chromedriver"
27
27
- " seleniumbase install geckodriver"
28
+ - " seleniumbase mkdir browser_tests"
28
29
script :
30
+ - " pytest browser_tests/boilerplates/boilerplate_test.py --headless --with-db_reporting"
29
31
- " pytest examples/my_first_test.py --browser=chrome -s --headless --with-db_reporting"
30
32
- " nosetests examples/boilerplates/boilerplate_test.py --browser=chrome --headless"
31
33
- " 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