File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ install:
19
19
before_script :
20
20
- " flake8 seleniumbase/*.py && flake8 seleniumbase/*/*.py && flake8 seleniumbase/*/*/*.py && flake8 seleniumbase/*/*/*/*.py"
21
21
# - "export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start"
22
- # - "sudo mysql -e 'SET PASSWORD FOR root@localhost = test;'"
23
- # - "sudo mysql -e 'FLUSH PRIVILEGES;'"
24
- # - "sudo mysql_upgrade"
25
- # - "sudo service mysql restart"
26
22
- " 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"
27
23
- " 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"
28
24
# - "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"
@@ -31,6 +27,7 @@ script:
31
27
- " nosetests examples/boilerplates/boilerplate_test.py --headless"
32
28
- " pytest examples/my_first_test.py --browser=firefox -s --headless"
33
29
- " pytest examples/github_test.py --browser=chrome -s --headless --with-db_reporting"
30
+ - " sudo mysql --password=test -e 'select testcaseAddress from test_db.testcaseRunData'"
34
31
after_script :
35
32
- " sudo mysql -e 'DROP DATABASE test_db;'"
36
33
notifications :
You can’t perform that action at this time.
0 commit comments