We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8e5d5 commit 82e6219Copy full SHA for 82e6219
.travis.yml
@@ -7,7 +7,7 @@ addons:
7
chrome: stable
8
before_install:
9
- "sudo mysql -e 'CREATE DATABASE IF NOT EXISTS test_db;'"
10
- - "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/testcaserepository.sql"
+ - "sudo mysql -h 127.0.0.1 -u root test_db < seleniumbase/core/create_db_tables.sql"
11
- "mysqladmin -u root password test"
12
# - "mysqladmin -u root -p'old_password' password new_password"
13
- "sudo service mysql restart"
seleniumbase/core/testcaserepository.sql renamed to seleniumbase/core/create_db_tables.sql
@@ -1,3 +1,5 @@
1
+# Creates test_db tables for using SeleniumBase with MySQL
2
+
3
# test_run_data table
4
# -----------------------------------
5
CREATE TABLE `test_run_data` (
0 commit comments