File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ install:
12
12
- " sudo rm -f /etc/boto.cfg"
13
13
before_script :
14
14
- " flake8 seleniumbase/*.py && flake8 seleniumbase/*/*.py && flake8 seleniumbase/*/*/*.py && flake8 seleniumbase/*/*/*/*.py"
15
- - " export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start"
15
+ # - "export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start"
16
16
- " wget https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo cp chromedriver /usr/local/bin/ && sudo chmod +x /usr/local/bin/chromedriver"
17
17
- " wget https://github.com/mozilla/geckodriver/releases/download/v0.20.0/geckodriver-v0.20.0-linux64.tar.gz -O /tmp/geckodriver.tar.gz && tar -C /opt -xzf /tmp/geckodriver.tar.gz && sudo chmod 755 /opt/geckodriver && sudo ln -fs /opt/geckodriver /usr/bin/geckodriver && sudo ln -fs /opt/geckodriver /usr/local/bin/geckodriver"
18
18
# - "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"
19
19
script :
20
- - " pytest examples/my_first_test.py --browser=chrome -s"
21
- - " nosetests examples/boilerplates/boilerplate_test.py"
22
- - " pytest examples/my_first_test.py --browser=firefox -s"
23
- - " pytest examples/github_test.py --browser=chrome -s"
20
+ - " pytest examples/my_first_test.py --browser=chrome -s --headless "
21
+ - " nosetests examples/boilerplates/boilerplate_test.py --headless "
22
+ - " pytest examples/my_first_test.py --browser=firefox -s --headless "
23
+ - " pytest examples/github_test.py --browser=chrome -s --headless "
24
24
notifications :
25
25
email : false
You can’t perform that action at this time.
0 commit comments