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
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
### Building a browser-based test automation server on the [Google Cloud Platform](https://cloud.google.com/) by using [SeleniumBase](https://github.com/seleniumbase/SeleniumBase)
2
2
3
-
(This tutorial, [from a previous Google Cloud Meetup](https://www.meetup.com/Boston-Google-Cloud-Meetup/events/230839686/?showDescription=true), will teach you how to setup a Linux server for running automated browser tests. The cost of running this server is about [$13.61/month on Google Cloud](https://console.cloud.google.com/launcher/details/bitnami-launchpad/jenkins) (enough to handle **5 parallel tests**). This is less expensive than using competitors such as [BrowserStack](https://www.browserstack.com/pricing) or [Sauce Labs](https://saucelabs.com/pricing).)
3
+
(This tutorial, [from a previous Google Cloud Meetup](https://www.meetup.com/Boston-Google-Cloud-Meetup/events/230839686/?showDescription=true), will teach you how to setup a Linux server for running automated browser tests. The cost of running this server is about [$13.61/month on Google Cloud](https://console.cloud.google.com/launcher/details/bitnami-launchpad/jenkins) (enough to handle **5 parallel tests**). This is less expensive than using other platforms such as [BrowserStack](https://www.browserstack.com/pricing) or [Sauce Labs](https://saucelabs.com/pricing).)
4
+
5
+
[Here's a quick video recap on YouTube:](https://www.youtube.com/watch?v=n-sno20R9P0)
6
+
7
+
[<imgsrc="https://seleniumbase.io/other/gcp_video_thumb.png"title="SeleniumBase on Google Cloud Platform"width="304">](https://www.youtube.com/watch?v=n-sno20R9P0)
4
8
5
9
#### Step 1. Open the Google Cloud Platform Cloud Launcher
6
10
@@ -73,24 +77,24 @@ cd /SeleniumBase
73
77
sudo pip install -r requirements.txt --upgrade
74
78
```
75
79
76
-
#### Step 12. Install SeleniumBase (Make sure you already installed the requirements above)
80
+
#### Step 12. Install SeleniumBase
77
81
78
82
```bash
79
83
sudo python setup.py develop
80
84
```
81
85
82
-
#### Step 13. Run an [example test](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py)in Chrome to verify installation (May take up to 10 seconds)
86
+
#### Step 13. Run an [example test](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py)on Chrome to verify installation (May take up to 10 seconds)
0 commit comments