|
10 | 10 | name: "accessibility tests" |
11 | 11 | timeout-minutes: 60 |
12 | 12 | runs-on: ubuntu-22.04 |
13 | | - container: mcr.microsoft.com/playwright:v1.28.1-focal |
| 13 | + container: mcr.microsoft.com/playwright:v1.49.0-jammy |
14 | 14 | env: |
15 | 15 | TESTGROUP: accessibility |
16 | 16 | BASEURL: https://playwright.dev/docs/accessibility-testing # Playwright tests use this for baseURL |
|
92 | 92 | name: "basic tests" |
93 | 93 | timeout-minutes: 60 |
94 | 94 | runs-on: ubuntu-22.04 |
95 | | - container: mcr.microsoft.com/playwright:v1.28.1-focal |
| 95 | + container: mcr.microsoft.com/playwright:v1.49.0-jammy |
96 | 96 | env: |
97 | 97 | TESTGROUP: basic |
98 | 98 | environment: |
@@ -167,7 +167,7 @@ jobs: |
167 | 167 | name: "drag-and-drop tests" |
168 | 168 | timeout-minutes: 60 |
169 | 169 | runs-on: ubuntu-22.04 |
170 | | - container: mcr.microsoft.com/playwright:v1.28.1-focal |
| 170 | + container: mcr.microsoft.com/playwright:v1.49.0-jammy |
171 | 171 | env: |
172 | 172 | TESTGROUP: drag-and-drop |
173 | 173 | BASEURL: https://www.w3schools.com/html/html5_draganddrop.asp # Playwright tests use this for baseURL |
@@ -248,7 +248,7 @@ jobs: |
248 | 248 | name: "fixtures tests" |
249 | 249 | timeout-minutes: 60 |
250 | 250 | runs-on: ubuntu-22.04 |
251 | | - container: mcr.microsoft.com/playwright:v1.28.1-focal |
| 251 | + container: mcr.microsoft.com/playwright:v1.49.0-jammy |
252 | 252 | env: |
253 | 253 | TESTGROUP: fixtures |
254 | 254 | environment: |
@@ -285,7 +285,7 @@ jobs: |
285 | 285 | name: "github-api tests" |
286 | 286 | timeout-minutes: 60 |
287 | 287 | runs-on: ubuntu-22.04 |
288 | | - container: mcr.microsoft.com/playwright:v1.28.1-focal |
| 288 | + container: mcr.microsoft.com/playwright:v1.49.0-jammy |
289 | 289 | env: |
290 | 290 | TESTGROUP: github-api |
291 | 291 | GITHUB_USER: ${{ secrets.REPO_USER }} |
@@ -325,7 +325,7 @@ jobs: |
325 | 325 | timeout-minutes: 60 |
326 | 326 | if: ${{ false }} # disable for now for bot detection |
327 | 327 | runs-on: ubuntu-22.04 |
328 | | - container: mcr.microsoft.com/playwright:v1.28.1-focal |
| 328 | + container: mcr.microsoft.com/playwright:v1.49.0-jammy |
329 | 329 | env: |
330 | 330 | TESTGROUP: oauth |
331 | 331 | BASEURL: https://courses.ultimateqa.com/users/sign_in # Playwright tests use this for baseURL |
@@ -367,7 +367,7 @@ jobs: |
367 | 367 | name: "performance tests" |
368 | 368 | timeout-minutes: 60 |
369 | 369 | runs-on: ubuntu-22.04 |
370 | | - container: mcr.microsoft.com/playwright:v1.28.1-focal |
| 370 | + container: mcr.microsoft.com/playwright:v1.49.0-jammy |
371 | 371 | env: |
372 | 372 | TESTGROUP: performance |
373 | 373 | BASEURL: https://fastestwebsite.net/ # Playwright tests use this for baseURL |
@@ -406,7 +406,7 @@ jobs: |
406 | 406 | name: "svgomg tests" |
407 | 407 | timeout-minutes: 60 |
408 | 408 | runs-on: ubuntu-22.04 |
409 | | - container: mcr.microsoft.com/playwright:v1.28.1-focal |
| 409 | + container: mcr.microsoft.com/playwright:v1.49.0-jammy |
410 | 410 | env: |
411 | 411 | TESTGROUP: svgomg |
412 | 412 | BASEURL: https://demo.playwright.dev/svgomg # Playwright tests use this for baseURL |
@@ -444,7 +444,7 @@ jobs: |
444 | 444 | name: "todomvc tests" |
445 | 445 | timeout-minutes: 60 |
446 | 446 | runs-on: ubuntu-22.04 |
447 | | - container: mcr.microsoft.com/playwright:v1.28.1-focal |
| 447 | + container: mmcr.microsoft.com/playwright:v1.49.0-jammy |
448 | 448 | env: |
449 | 449 | TESTGROUP: todomvc |
450 | 450 | BASEURL: https://demo.playwright.dev/todomvc # Playwright tests use this for baseURL |
@@ -482,7 +482,7 @@ jobs: |
482 | 482 | name: "visual-comparison tests" |
483 | 483 | timeout-minutes: 60 |
484 | 484 | runs-on: ubuntu-22.04 |
485 | | - container: mcr.microsoft.com/playwright:v1.28.1-focal |
| 485 | + container: mcr.microsoft.com/playwright:v1.49.0-jammy |
486 | 486 | env: |
487 | 487 | TESTGROUP: visual-comparison |
488 | 488 | BASEURL: https://playwright.dev # Playwright tests use this for baseURL |
|
0 commit comments