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
### 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)
2
2
3
3
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.
5
5
6
6
(You'll be using your own repository eventually.)
7
7
8
8
9
-
####Step 1. Get Azure Pipelines from the GitHub Marketplace
9
+
### Step 1. Get Azure Pipelines from the GitHub Marketplace
10
10
11
11
Navigate to [https://github.com/marketplace/azure-pipelines](https://github.com/marketplace/azure-pipelines)
12
12
@@ -19,43 +19,43 @@ Navigate to [https://github.com/marketplace/azure-pipelines](https://github.com/
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:
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.
60
60
61
61
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