Skip to content

Commit 53323f9

Browse files
CopilotDeagleGross
andauthored
Update Browser-Testing Dependencies: Playwright 1.53.0 → 1.54.0 (#62877)
* Initial plan * Update Playwright version from 1.53.0 to 1.54.0 Co-authored-by: DeagleGross <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: DeagleGross <[email protected]>
1 parent 2b95f33 commit 53323f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
305305
<NSwagApiDescriptionClientVersion>13.0.4</NSwagApiDescriptionClientVersion>
306306
<PhotinoNETVersion>2.5.2</PhotinoNETVersion>
307-
<MicrosoftPlaywrightVersion>1.53.0</MicrosoftPlaywrightVersion>
307+
<MicrosoftPlaywrightVersion>1.54.0</MicrosoftPlaywrightVersion>
308308
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
309309
<PollyVersion>7.2.4</PollyVersion>
310310
<SeleniumSupportVersion>4.34.0</SeleniumSupportVersion>

src/Components/benchmarkapps/Wasm.Performance/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN .dotnet/dotnet publish -c Release -r linux-x64 --sc true -o /app ./src/Compo
2929
RUN chmod +x /app/Wasm.Performance.Driver
3030

3131
WORKDIR /app
32-
FROM mcr.microsoft.com/playwright/dotnet:v1.53.0-jammy-amd64 AS final
32+
FROM mcr.microsoft.com/playwright/dotnet:v1.54.0-jammy-amd64 AS final
3333
COPY --from=build ./app ./
3434
COPY ./exec.sh ./
3535

0 commit comments

Comments
 (0)