|
15 | 15 |
|
16 | 16 | 
|
17 | 17 |
|
| 18 | +---------- |
| 19 | + |
18 | 20 | 
|
19 | 21 |
|
| 22 | +---------- |
| 23 | + |
20 | 24 | 
|
21 | 25 |
|
| 26 | +---------- |
22 | 27 |
|
23 | 28 | ### Step 2. Go to Microsoft Azure DevOps to set up your environment
|
24 | 29 |
|
25 | 30 | * **Navigate to [https://azure.microsoft.com/en-us/services/devops/?nav=min](https://azure.microsoft.com/en-us/services/devops/?nav=min)**
|
26 | 31 |
|
27 | 32 | * **Follow the steps...**
|
28 | 33 |
|
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 | + |
30 | 37 |
|
31 |
| - |
| 38 | +---------- |
32 | 39 |
|
33 | 40 | #### Give your new project a name and set visibility to public (for your SeleniumBase fork):
|
34 | 41 |
|
35 | 42 | 
|
36 | 43 |
|
| 44 | +---------- |
| 45 | + |
37 | 46 | #### Select that your code is hosted on GitHub:
|
38 | 47 |
|
39 | 48 | 
|
40 | 49 |
|
| 50 | +---------- |
| 51 | + |
41 | 52 | #### Select your fork of SeleniumBase as your repository:
|
42 | 53 |
|
43 | 54 | 
|
44 | 55 |
|
| 56 | +---------- |
| 57 | + |
45 | 58 | #### 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:
|
46 | 59 |
|
47 | 60 | 
|
48 | 61 |
|
49 | 62 | #### When you're done copying, click "Run".
|
50 | 63 |
|
| 64 | +---------- |
51 | 65 |
|
52 | 66 | ### Step 3. Congratulations! Your browser tests are now running!
|
53 | 67 |
|
54 | 68 | * **Here's what a SeleniumBase sample run in Azure Pipelines may look like:**
|
55 | 69 |
|
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) |
57 | 71 |
|
58 | 72 | 
|
59 | 73 |
|
| 74 | +---------- |
| 75 | + |
60 | 76 | #### Every time you create a pull request now, Azure Pipelines will run your tests automatically.
|
61 | 77 |
|
62 | 78 | **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