Skip to content

Commit 49e60f9

Browse files
committed
Switch images over to the SeleniumBase CDN
1 parent ebff2f7 commit 49e60f9

File tree

3 files changed

+36
-34
lines changed

3 files changed

+36
-34
lines changed

integrations/azure/azure_pipelines/ReadMe.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
* **Set up a new plan (it's free) and follow the steps...**
1515

16-
![](https://cdn2.hubspot.net/hubfs/100006/images/github_azure_pipelines_1.png "GitHub Azure Pipelines")
16+
![](https://seleniumbase.io/cdn/img/azure/github_azure_pipelines_1.png "GitHub Azure Pipelines")
1717

1818
----------
1919

20-
![](https://cdn2.hubspot.net/hubfs/100006/images/github_azure_pipelines_2.png "GitHub Azure Pipelines")
20+
![](https://seleniumbase.io/cdn/img/azure/github_azure_pipelines_2.png "GitHub Azure Pipelines")
2121

2222
----------
2323

24-
![](https://cdn2.hubspot.net/hubfs/100006/images/github_azure_pipelines_3.png "GitHub Azure Pipelines")
24+
![](https://seleniumbase.io/cdn/img/azure/github_azure_pipelines_3.png "GitHub Azure Pipelines")
2525

2626
----------
2727

@@ -33,31 +33,31 @@
3333

3434
#### Select "Start free with GitHub >":
3535

36-
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_1a.png "Azure DevOps")
36+
![](https://seleniumbase.io/cdn/img/azure/azure_devops_1a.png "Azure DevOps")
3737

3838
----------
3939

4040
#### Give your new project a name and set visibility to public (for your SeleniumBase fork):
4141

42-
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_2.png "Azure DevOps")
42+
![](https://seleniumbase.io/cdn/img/azure/azure_devops_2.png "Azure DevOps")
4343

4444
----------
4545

4646
#### Select that your code is hosted on GitHub:
4747

48-
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_3.png "Azure DevOps")
48+
![](https://seleniumbase.io/cdn/img/azure/azure_devops_3.png "Azure DevOps")
4949

5050
----------
5151

5252
#### Select your fork of SeleniumBase as your repository:
5353

54-
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_4.png "Azure DevOps")
54+
![](https://seleniumbase.io/cdn/img/azure/azure_devops_4.png "Azure DevOps")
5555

5656
----------
5757

5858
#### Copy the [azure-pipelines.yml](https://github.com/seleniumbase/SeleniumBase/blob/master/azure-pipelines.yml) file from SeleniumBase into the azure-pipelines.yml box to create your new pipeline:
5959

60-
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_5.png "Azure DevOps")
60+
![](https://seleniumbase.io/cdn/img/azure/azure_devops_5.png "Azure DevOps")
6161

6262
#### When you're done copying, click "Run".
6363

@@ -69,7 +69,7 @@
6969

7070
[https://dev.azure.com/seleniumbase/seleniumbase/\_build/results?buildId=234](https://dev.azure.com/seleniumbase/seleniumbase/_build/results?buildId=234)
7171

72-
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_6.png "Azure DevOps")
72+
![](https://seleniumbase.io/cdn/img/azure/azure_devops_6.png "Azure DevOps")
7373

7474
----------
7575

integrations/azure/jenkins/ReadMe.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,33 @@
1111

1212
#### Search for ["Jenkins" in the Azure Marketplace](https://portal.azure.com/#blade/Microsoft_Azure_Marketplace/GalleryFeaturedMenuItemBlade/selectedMenuItemId/home/searchQuery/jenkins/resetMenuId/) and select the ``Jenkins (Publisher: Microsoft)`` result to get to the Jenkins Start page.
1313

14-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_01.png "Jenkins on Azure")
14+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_01.png "Jenkins on Azure")
1515

1616

1717
### Step 2. Launch a Jenkins instance
1818

1919
#### Click "Create" and follow the steps...
2020

21-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_02.png "Jenkins on Azure")
21+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_02.png "Jenkins on Azure")
2222

2323
#### Continue to "Additional Settings" when you're done with "Basics".
2424

25-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_03.png "Jenkins on Azure")
25+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_03.png "Jenkins on Azure")
2626

2727
#### On the "Additional Settings" section, set the Size to "B2s":
2828

29-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_04.png "Jenkins on Azure")
29+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_04.png "Jenkins on Azure")
3030

3131
#### Once you've reached Step 5, click "Create" to complete the setup.
3232

33-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_05.png "Jenkins on Azure")
33+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_05.png "Jenkins on Azure")
3434

3535

3636
### Step 3. Inspect your new Jenkins instance to SSH into the new machine
3737

3838
#### Once your new Jenkins instance has finished launching, you should be able to see the main page:
3939

40-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_06.png "Jenkins on Azure")
40+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_06.png "Jenkins on Azure")
4141

4242
#### On the main page, you should be able to find the Public IP Address.
4343
* **Use that IP Address to SSH into the machine:**
@@ -46,7 +46,7 @@
4646
ssh USERNAME@IP_ADDRESS
4747
```
4848

49-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_07.png "Jenkins on Azure")
49+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_07.png "Jenkins on Azure")
5050

5151

5252
### Step 4. Clone the SeleniumBase repository from the root ("/") directory.
@@ -114,7 +114,7 @@ sudo seleniumbase install chromedriver
114114

115115
### Step 14. 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)
116116

117-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_08.png "Jenkins on Azure")
117+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_08.png "Jenkins on Azure")
118118

119119
```bash
120120
pytest examples/my_first_test.py --headless --browser=chrome
@@ -126,7 +126,7 @@ pytest examples/my_first_test.py --headless --browser=chrome
126126

127127
(Depending on your version of Jenkins, you may see the following screen, or nothing at all.)
128128

129-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_09.png "Jenkins on Azure")
129+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_09.png "Jenkins on Azure")
130130

131131
#### Initially, Jenkins uses only ``http``, which makes it less secure.
132132

@@ -141,7 +141,7 @@ pytest examples/my_first_test.py --headless --browser=chrome
141141

142142
#### If you've correctly set up SSH Port Forwarding, the url will be ``http://127.0.0.1:8080/``
143143

144-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_10.png "Jenkins on Azure")
144+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_10.png "Jenkins on Azure")
145145

146146
#### You'll need to get the password from the SSH terminal on the Linux machine to log in:
147147

@@ -152,16 +152,16 @@ sudo cat /var/lib/jenkins/secrets/initialAdminPassword
152152

153153
### Step 17. Customize Jenkins
154154

155-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_11.png "Jenkins on Azure")
155+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_11.png "Jenkins on Azure")
156156

157157

158158
### Step 18. Create an Admin user
159159

160-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_12.png "Jenkins on Azure")
160+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_12.png "Jenkins on Azure")
161161

162162
#### Once Jenkins has finished loading, the top left of the page should look like this:
163163

164-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_13.png "Jenkins on Azure")
164+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_13.png "Jenkins on Azure")
165165

166166

167167
### Step 19. Create a new Jenkins job
@@ -171,15 +171,15 @@ sudo cat /var/lib/jenkins/secrets/initialAdminPassword
171171
* **Select "Freestyle project"**
172172
* **Click "OK"**
173173

174-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_14.png "Jenkins on Azure")
174+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_14.png "Jenkins on Azure")
175175

176176

177177
### Step 20. Setup your new Jenkins job
178178

179179
* **Under "Source Code Management", select "Git".**
180180
* **For the "Repository URL", put: ``https://github.com/seleniumbase/SeleniumBase.git``. (You'll eventually be using your own clone of the repository here.)**
181181

182-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_15.png "Jenkins on Azure")
182+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_15.png "Jenkins on Azure")
183183

184184
* **Under "Build", click the "Add build step" dropdown.**
185185
* **Select "Execute shell".**
@@ -189,26 +189,26 @@ cd examples
189189
pytest my_first_test.py --headless
190190
```
191191

192-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_16.png "Jenkins on Azure")
192+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_16.png "Jenkins on Azure")
193193

194194
#### Click "Save" when you're done.
195195

196196
* **You'll see the following page after that:**
197197

198-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_18.png "Jenkins on Azure")
198+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_18.png "Jenkins on Azure")
199199

200200

201201
### Step 21. Run your new Jenkins job
202202

203203
* **Click on "Build Now"**
204204
* **(If everything was done correctly, you'll see a blue dot appear after a few seconds, indicating that the test job passed.)**
205205

206-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_19.png "Jenkins on Azure")
206+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_19.png "Jenkins on Azure")
207207

208208

209209
### Step 22. See the top Jenkins page for an overview of all jobs
210210

211-
![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_17.png "Jenkins on Azure")
211+
![](https://seleniumbase.io/cdn/img/azure/jenkins_on_azure_17.png "Jenkins on Azure")
212212

213213

214214
### Step 23. Future Work

integrations/google_cloud/ReadMe.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#### Step 2. Launch a Jenkins instance
1414

15-
![](https://cdn2.hubspot.net/hubfs/100006/images/gcp_cloud_launcher_jenkins_3.png "Finding Jenkins")
15+
![](https://seleniumbase.io/cdn/img/gcp/gcp_cloud_launcher_jenkins.png "Finding Jenkins")
1616

1717
* Under "Cloud Launcher", Click on "Jenkins Certified by Bitnami"
1818
* Click on "Launch on Compute Engine"
@@ -22,7 +22,7 @@
2222

2323
#### Step 3. Connect with your new Jenkins instance
2424

25-
![](https://cdn2.hubspot.net/hubfs/100006/images/gcp_ssh.png "SSH into your Jenkins instance")
25+
![](https://seleniumbase.io/cdn/img/gcp/gcp_ssh.png "SSH into your Jenkins instance")
2626

2727
* SSH into your new instance by selecting: "SSH" => "Open in browser window" from the instance page.
2828

@@ -84,7 +84,7 @@ sudo python setup.py develop
8484

8585
#### 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)
8686

87-
![](https://cdn2.hubspot.net/hubfs/100006/images/gcp_bitnami.png "Linux SSH Terminal")
87+
![](https://seleniumbase.io/cdn/img/gcp/gcp_bitnami.png "Linux SSH Terminal")
8888

8989
```bash
9090
pytest examples/my_first_test.py --headless
@@ -99,7 +99,7 @@ nosetests examples/my_first_test.py --headless
9999
#### Step 15. You can also verify that the example test runs on Firefox
100100

101101
```bash
102-
nosetests examples/my_first_test.py --headless --browser=firefox
102+
pytest examples/my_first_test.py --headless --browser=firefox
103103
```
104104

105105
#### Step 16. Login to Jenkins
@@ -108,7 +108,7 @@ nosetests examples/my_first_test.py --headless --browser=firefox
108108

109109
#### Step 17. Create a new Jenkins job
110110

111-
![](https://cdn2.hubspot.net/hubfs/100006/images/gcp_jenkins_new_job_2.png "Create a Jenkins job")
111+
![](https://seleniumbase.io/cdn/img/gcp/gcp_jenkins_new_job.png "Create a Jenkins job")
112112

113113
* Click on "New Item"
114114
* Give your new Jenkins job a name (ex: "My_First_Test")
@@ -121,9 +121,11 @@ nosetests examples/my_first_test.py --headless --browser=firefox
121121
* For the "Repository URL", put: ``https://github.com/seleniumbase/SeleniumBase.git``. (You'll eventually be using your own clone of the repository here.)
122122
* Under "Build", click the "Add build step" dropdown and then select "Execute shell".
123123
* For the "Command", put:
124+
124125
```bash
125126
pytest examples/my_first_test.py --headless
126127
```
128+
127129
* Click "Save" when you're done.
128130

129131
#### Step 19. Run your new Jenkins job
@@ -141,7 +143,7 @@ If you have a web application that you want to test, you'll be able to create Se
141143

142144
#### Step 21. Return to the Google Cloud Launcher and launch a MySQL Instance
143145

144-
![](https://cdn2.hubspot.net/hubfs/100006/images/gcp_mysql.png "Finding MySQL")
146+
![](https://seleniumbase.io/cdn/img/gcp/gcp_mysql.png "Finding MySQL")
145147

146148
* Under "Featured Solutions", Click on "MySQL"
147149
* Click on "Launch on Compute Engine"

0 commit comments

Comments
 (0)