Skip to content

Commit 984ca4f

Browse files
committed
Update the Azure Pipelines Readme
1 parent b971e6f commit 984ca4f

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

integrations/azure/azure_pipelines/ReadMe.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,48 +15,64 @@
1515

1616
![](https://cdn2.hubspot.net/hubfs/100006/images/github_azure_pipelines_1.png "GitHub Azure Pipelines")
1717

18+
----------
19+
1820
![](https://cdn2.hubspot.net/hubfs/100006/images/github_azure_pipelines_2.png "GitHub Azure Pipelines")
1921

22+
----------
23+
2024
![](https://cdn2.hubspot.net/hubfs/100006/images/github_azure_pipelines_3.png "GitHub Azure Pipelines")
2125

26+
----------
2227

2328
### Step 2. Go to Microsoft Azure DevOps to set up your environment
2429

2530
* **Navigate to [https://azure.microsoft.com/en-us/services/devops/?nav=min](https://azure.microsoft.com/en-us/services/devops/?nav=min)**
2631

2732
* **Follow the steps...**
2833

29-
#### "Start free with Pipelines" if you don't already have an account:
34+
#### "Start free with GitHub" if you don't already have an account:
35+
36+
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_1a.png "Azure DevOps")
3037

31-
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_1.png "Azure DevOps")
38+
----------
3239

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

3542
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_2.png "Azure DevOps")
3643

44+
----------
45+
3746
#### Select that your code is hosted on GitHub:
3847

3948
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_3.png "Azure DevOps")
4049

50+
----------
51+
4152
#### Select your fork of SeleniumBase as your repository:
4253

4354
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_4.png "Azure DevOps")
4455

56+
----------
57+
4558
#### 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:
4659

4760
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_5.png "Azure DevOps")
4861

4962
#### When you're done copying, click "Run".
5063

64+
----------
5165

5266
### Step 3. Congratulations! Your browser tests are now running!
5367

5468
* **Here's what a SeleniumBase sample run in Azure Pipelines may look like:**
5569

56-
[https://dev.azure.com/seleniumbase/seleniumbase/\_build/results?buildId=15](https://dev.azure.com/seleniumbase/seleniumbase/_build/results?buildId=15)
70+
[https://dev.azure.com/seleniumbase/seleniumbase/\_build/results?buildId=234](https://dev.azure.com/seleniumbase/seleniumbase/_build/results?buildId=234)
5771

5872
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_6.png "Azure DevOps")
5973

74+
----------
75+
6076
#### Every time you create a pull request now, Azure Pipelines will run your tests automatically.
6177

6278
**To learn more, study [SeleniumBase](https://github.com/seleniumbase/SeleniumBase) and see how the [azure-pipelines.yml](https://github.com/seleniumbase/SeleniumBase/blob/master/azure-pipelines.yml) file works.**

0 commit comments

Comments
 (0)