We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29355c commit 94b2ac5Copy full SHA for 94b2ac5
.azure/app-cloud-e2e.yml
@@ -51,7 +51,7 @@ jobs:
51
- job: App_cloud_e2e_testing
52
pool: azure-cpus
53
container:
54
- image: mcr.microsoft.com/playwright/python:v1.27.1-focal
+ image: mcr.microsoft.com/playwright/python:v1.28.0-focal
55
options: "--shm-size=4gb"
56
strategy:
57
matrix:
requirements/app/test.txt
@@ -4,7 +4,7 @@ pytest==7.2.0
4
pytest-timeout==2.1.0
5
pytest-cov==4.0.0
6
pytest-doctestplus>=0.9.0
7
-playwright==1.27.1
+playwright==1.28.0
8
httpx
9
trio<0.22.0
10
pympler
0 commit comments