Skip to content

Commit 8f65727

Browse files
Copilothalter73
andauthored
Update Selenium and Playwright dependencies (#63922)
* Initial plan * Update Selenium and Playwright versions - Updated Selenium.WebDriver from 4.35.0 to 4.36.0 - Updated Selenium.Support from 4.35.0 to 4.36.0 - Updated Microsoft.Playwright from 1.54.0 to 1.55.0 - Updated Playwright Docker image from v1.54.0-jammy-amd64 to v1.55.0-jammy-amd64 Co-authored-by: halter73 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: halter73 <[email protected]>
1 parent 843c4ba commit 8f65727

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,11 @@
169169
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
170170
<NSwagApiDescriptionClientVersion>13.0.4</NSwagApiDescriptionClientVersion>
171171
<PhotinoNETVersion>2.5.2</PhotinoNETVersion>
172-
<MicrosoftPlaywrightVersion>1.54.0</MicrosoftPlaywrightVersion>
172+
<MicrosoftPlaywrightVersion>1.55.0</MicrosoftPlaywrightVersion>
173173
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
174174
<PollyVersion>7.2.4</PollyVersion>
175-
<SeleniumSupportVersion>4.35.0</SeleniumSupportVersion>
176-
<SeleniumWebDriverVersion>4.35.0</SeleniumWebDriverVersion>
175+
<SeleniumSupportVersion>4.36.0</SeleniumSupportVersion>
176+
<SeleniumWebDriverVersion>4.36.0</SeleniumWebDriverVersion>
177177
<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
178178
<SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion>
179179
<StackExchangeRedisVersion>2.7.27</StackExchangeRedisVersion>

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.54.0-jammy-amd64 AS final
32+
FROM mcr.microsoft.com/playwright/dotnet:v1.55.0-jammy-amd64 AS final
3333
COPY --from=build ./app ./
3434
COPY ./exec.sh ./
3535

0 commit comments

Comments
 (0)