Skip to content

Commit c794691

Browse files
committed
Update a ReadMe
1 parent acc6452 commit c794691

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
### Running browser-based test automation with [Azure Pipelines](https://dev.azure.com/seleniumbase/seleniumbase/_build?definitionId=1&_a=summary) by using [SeleniumBase](https://github.com/seleniumbase/SeleniumBase)
22

33

4-
#### Step 0. Fork [SeleniumBase](https://github.com/seleniumbase/SeleniumBase) to get started quickly.
4+
### Step 0. Fork [SeleniumBase](https://github.com/seleniumbase/SeleniumBase) to get started quickly.
55

66
(You'll be using your own repository eventually.)
77

88

9-
#### Step 1. Get Azure Pipelines from the GitHub Marketplace
9+
### Step 1. Get Azure Pipelines from the GitHub Marketplace
1010

1111
Navigate to [https://github.com/marketplace/azure-pipelines](https://github.com/marketplace/azure-pipelines)
1212

@@ -19,43 +19,43 @@ Navigate to [https://github.com/marketplace/azure-pipelines](https://github.com/
1919
![](https://cdn2.hubspot.net/hubfs/100006/images/github_azure_pipelines_3.png "GitHub Azure Pipelines")
2020

2121

22-
#### Step 2. Go to Microsoft Azure DevOps to set up your environment
22+
### Step 2. Go to Microsoft Azure DevOps to set up your environment
2323

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

2626
* Follow the steps...
2727

28-
"Start free with Pipelines" if you don't already have an account:
28+
#### "Start free with Pipelines" if you don't already have an account:
2929

3030
![](https://cdn2.hubspot.net/hubfs/100006/images/azure_devops_1.png "Azure DevOps")
3131

32-
Give your new project a name and set visibility to public (for your SeleniumBase fork):
32+
#### Give your new project a name and set visibility to public (for your SeleniumBase fork):
3333

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

36-
Say that your code is hosted on GitHub:
36+
#### Select that your code is hosted on GitHub:
3737

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

40-
Select your fork of SeleniumBase as your repository:
40+
#### Select your fork of SeleniumBase as your repository:
4141

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

44-
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:
44+
#### 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:
4545

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

48-
When you're done copying, click "Run".
48+
#### When you're done copying, click "Run".
4949

5050

51-
#### Step 3. Congratulations! Your browser tests are now running!
51+
### Step 3. Congratulations! Your browser tests are now running!
5252

5353
Here's what a SeleniumBase sample run in Azure Pipelines may look like:
5454

5555
[https://dev.azure.com/seleniumbase/seleniumbase/\_build/results?buildId=15](https://dev.azure.com/seleniumbase/seleniumbase/_build/results?buildId=15)
5656

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

59-
Now, every time you create a pull request, your Azure Pipelines will run your tests.
59+
#### Now, every time you create a pull request, your Azure Pipelines will run your tests automatically.
6060

6161
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)