You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integrations/google_cloud/ReadMe.md
+2-7Lines changed: 2 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,16 +170,11 @@ If you have a web application that you want to test, you'll be able to create Se
170
170
171
171
* Run the [create_db_tables.sql](https://raw.githubusercontent.com/seleniumbase/SeleniumBase/master/seleniumbase/core/create_db_tables.sql) script in your MySQL database/schema to create all the required DB tables.
172
172
173
-
#### Step 27. Have your local clone of SeleniumBase connect to your MySQL Instance
173
+
#### Step 27. Have your local clone of SeleniumBase connect to your MySQL DB Instance
174
174
175
175
* Update the MySQL connection details in your [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py) file to use the credentials that you saved in Step 21.
176
-
* If you haven't already installed the MySQL-Python connector, run the following command below:
177
176
178
-
```bash
179
-
pip install MySQL-python==1.2.5
180
-
```
181
-
182
-
#### Step 28. Have your SeleniumBase Jenkins jobs use your MySQL Instance
177
+
#### Step 28. Have your SeleniumBase Jenkins jobs use your MySQL DB Instance
183
178
184
179
* For the "Execute shell", use the following as your updated "Command":
0 commit comments