Skip to content

Commit 96dc490

Browse files
authored
[Infrastructure] Update Selenium versions (#59268)
* [Infrastructure] Update Selenium versions * Update Versions.props Update Playwright version in Versions.props * Update dockerfile * Update eng/Versions.props
1 parent 66fe036 commit 96dc490

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,11 @@
309309
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
310310
<NSwagApiDescriptionClientVersion>13.0.4</NSwagApiDescriptionClientVersion>
311311
<PhotinoNETVersion>2.5.2</PhotinoNETVersion>
312-
<MicrosoftPlaywrightVersion>1.45.1</MicrosoftPlaywrightVersion>
312+
<MicrosoftPlaywrightVersion>1.49.0</MicrosoftPlaywrightVersion>
313313
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
314314
<PollyVersion>7.2.4</PollyVersion>
315-
<SeleniumSupportVersion>4.26.1</SeleniumSupportVersion>
316-
<SeleniumWebDriverVersion>4.26.1</SeleniumWebDriverVersion>
315+
<SeleniumSupportVersion>4.27.0</SeleniumSupportVersion>
316+
<SeleniumWebDriverVersion>4.27.0</SeleniumWebDriverVersion>
317317
<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
318318
<SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion>
319319
<StackExchangeRedisVersion>2.7.27</StackExchangeRedisVersion>

src/Components/benchmarkapps/Wasm.Performance/dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +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-
33-
FROM mcr.microsoft.com/playwright/dotnet:v1.45.1-jammy-amd64 AS final
32+
FROM mcr.microsoft.com/playwright/dotnet:v1.49.0-jammy-amd64 AS final
3433
COPY --from=build ./app ./
3534
COPY ./exec.sh ./
3635

0 commit comments

Comments
 (0)