|
7 | 7 |
|
8 | 8 | jobs: |
9 | 9 | build-main: |
10 | | - name: Build Main |
| 10 | + name: Main |
11 | 11 | uses: ./.github/workflows/setup-and-test.yml |
12 | 12 | with: |
13 | 13 | branch: main |
14 | 14 |
|
15 | 15 | build-start-here: |
16 | | - name: Build Start Here |
| 16 | + name: Start Here |
17 | 17 | uses: ./.github/workflows/setup-and-test.yml |
18 | 18 | with: |
19 | 19 | branch: sample-code/start-here |
20 | 20 |
|
21 | 21 | build-module-3: |
22 | | - name: Build Module 3 |
| 22 | + name: Module 3 My First Playwright Test |
23 | 23 | uses: ./.github/workflows/setup-and-test.yml |
24 | 24 | with: |
25 | 25 | branch: sample-code/module-3-my-first-playwright-test |
26 | 26 |
|
27 | 27 | build-module-4: |
28 | | - name: Build Module 4 |
| 28 | + name: Module 4 Interacting With Elements |
29 | 29 | uses: ./.github/workflows/setup-and-test.yml |
30 | 30 | with: |
31 | 31 | branch: sample-code/module-4-interacting-with-elements |
32 | 32 |
|
33 | 33 | build-module-5: |
34 | | - name: Build Module 5 |
| 34 | + name: Module 5 Simple Refactoring |
35 | 35 | uses: ./.github/workflows/setup-and-test.yml |
36 | 36 | with: |
37 | 37 | branch: sample-code/module-5-refactoring |
38 | 38 |
|
39 | 39 | build-module-6: |
40 | | - name: Build Module 6 |
| 40 | + name: Module 6 Browser Options |
41 | 41 | uses: ./.github/workflows/setup-and-test.yml |
42 | 42 | with: |
43 | 43 | branch: sample-code/module-6-browser-options |
44 | 44 |
|
45 | 45 | build-module-7: |
46 | | - name: Build Module 7 |
| 46 | + name: Module 7 Browser Contexts |
47 | 47 | uses: ./.github/workflows/setup-and-test.yml |
48 | 48 | with: |
49 | 49 | branch: sample-code/module-7-browser-contexts |
50 | 50 |
|
51 | 51 | build-module-8-live-demo: |
52 | | - name: Build Module 8 Live Coding Demo |
| 52 | + name: Module 8 Live Coding Demo |
53 | 53 | uses: ./.github/workflows/setup-and-test.yml |
54 | 54 | with: |
55 | 55 | branch: sample-code/module-8-live-coding-demo |
56 | 56 |
|
57 | 57 | build-module-8-locators: |
58 | | - name: Build Module 8 Locators |
| 58 | + name: Module 8 Locators |
59 | 59 | uses: ./.github/workflows/setup-and-test.yml |
60 | 60 | with: |
61 | 61 | branch: sample-code/module-8-locators |
62 | 62 |
|
63 | 63 | build-module-9: |
64 | | - name: Build Module 9 |
| 64 | + name: Module 9 Forms and Elements |
65 | 65 | uses: ./.github/workflows/setup-and-test.yml |
66 | 66 | with: |
67 | 67 | branch: sample-code/module-9-forms |
68 | 68 |
|
69 | 69 | build-module-10: |
70 | | - name: Build Module 10 |
| 70 | + name: Module 10 Assertions |
71 | 71 | uses: ./.github/workflows/setup-and-test.yml |
72 | 72 | with: |
73 | 73 | branch: sample-code/module-10-assertions |
74 | 74 |
|
75 | 75 | build-module-11: |
76 | | - name: Build Module 11 |
| 76 | + name: Module 11 Waits |
77 | 77 | uses: ./.github/workflows/setup-and-test.yml |
78 | 78 | with: |
79 | 79 | branch: sample-code/module-11-waits |
80 | 80 |
|
81 | 81 | build-module-12-api: |
82 | | - name: Build Module 12 API Interactions |
| 82 | + name: Module 12 API Interactions |
83 | 83 | uses: ./.github/workflows/setup-and-test.yml |
84 | 84 | with: |
85 | 85 | branch: sample-code/module-12-api-interactions |
86 | 86 |
|
87 | 87 | build-module-12-mocking: |
88 | | - name: Build Module 12 Mocking API Calls |
| 88 | + name: Module 12 Mocking API Calls |
89 | 89 | uses: ./.github/workflows/setup-and-test.yml |
90 | 90 | with: |
91 | 91 | branch: sample-code/module-12-mocking-api-calls |
92 | 92 |
|
93 | 93 | build-module-13: |
94 | | - name: Build Module 13 |
| 94 | + name: Module 13 Page Objects |
95 | 95 | uses: ./.github/workflows/setup-and-test.yml |
96 | 96 | with: |
97 | 97 | branch: sample-code/module-13-page-objects |
98 | 98 |
|
99 | | - build-module-14-allure: |
100 | | - name: Build Module 14 Allure Reporting |
101 | | - uses: ./.github/workflows/setup-and-test.yml |
102 | | - with: |
103 | | - branch: sample-code/module-14-allure-reporting |
104 | | - |
105 | 99 | build-module-14-org: |
106 | | - name: Build Module 14 Organizing Tests |
| 100 | + name: Module 14 Organizing Tests |
107 | 101 | uses: ./.github/workflows/setup-and-test.yml |
108 | 102 | with: |
109 | 103 | branch: sample-code/module-14-organizing-your-tests |
110 | 104 |
|
111 | | - build-module-14-parallel: |
112 | | - name: Build Module 14 Parallel Execution |
113 | | - uses: ./.github/workflows/setup-and-test.yml |
114 | | - with: |
115 | | - branch: sample-code/module-14-parallel-execution |
116 | | - |
117 | 105 | build-module-14-tracing: |
118 | | - name: Build Module 14 Tracing |
| 106 | + name: Module 14 Tracing |
119 | 107 | uses: ./.github/workflows/setup-and-test.yml |
120 | 108 | with: |
121 | 109 | branch: sample-code/module-14-tracing |
122 | 110 |
|
123 | 111 | build-module-15-parallel: |
124 | | - name: Build Module 15 Parallel Execution |
| 112 | + name: Module 15 Parallel Execution |
125 | 113 | uses: ./.github/workflows/setup-and-test.yml |
126 | 114 | with: |
127 | 115 | branch: sample-code/module-15-parallel-execution |
128 | 116 |
|
129 | 117 | build-module-15-annotated: |
130 | | - name: Build Module 15 Parallel Execution Annotated |
| 118 | + name: Module 15 Parallel Execution Annotated |
131 | 119 | uses: ./.github/workflows/setup-and-test.yml |
132 | 120 | with: |
133 | 121 | branch: sample-code/module-15-parallel-execution-annotated |
134 | 122 |
|
135 | 123 | build-module-16: |
136 | | - name: Build Module 16 |
| 124 | + name: Module 16 Allure Reporting |
137 | 125 | uses: ./.github/workflows/setup-and-test.yml |
138 | 126 | with: |
139 | 127 | branch: sample-code/module-16-allure-reporting |
140 | 128 |
|
141 | 129 | build-module-17: |
142 | | - name: Build Module 17 |
| 130 | + name: Module 17 Cucumber |
143 | 131 | uses: ./.github/workflows/setup-and-test.yml |
144 | 132 | with: |
145 | 133 | branch: sample-code/module-17-cucumber |
146 | 134 |
|
147 | | - build-module-20-docker: |
148 | | - name: Build Module 20 Docker |
| 135 | + build-module-20-start: |
| 136 | + name: Module 20 Docker Start |
149 | 137 | uses: ./.github/workflows/setup-and-test.yml |
150 | 138 | with: |
151 | | - branch: sample-code/module-20-docker |
| 139 | + branch: sample-code/module-20-docker-start |
152 | 140 |
|
153 | | - build-module-20-start: |
154 | | - name: Build Module 20 Docker Start |
| 141 | + build-module-20-docker: |
| 142 | + name: Module 20 Docker |
155 | 143 | uses: ./.github/workflows/setup-and-test.yml |
156 | 144 | with: |
157 | | - branch: sample-code/module-20-docker-start |
| 145 | + branch: sample-code/module-20-docker |
0 commit comments