Bump Playwright to 1.57 and remove deprecated Microsoft.Playwright.CLI (#82)
This commit is contained in:
parent
4c65724ba4
commit
7533a906ee
3 changed files with 3 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
|
<PackageReference Include="Docker.DotNet" Version="3.125.15" />
|
||||||
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
|
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
|
||||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
|
||||||
<PackageReference Include="Microsoft.Playwright" Version="1.52.0" />
|
<PackageReference Include="Microsoft.Playwright" Version="1.57.0" />
|
||||||
<PackageReference Include="xunit" Version="2.9.3" />
|
<PackageReference Include="xunit" Version="2.9.3" />
|
||||||
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
|
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.1">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
|
|
|
||||||
|
|
@ -31,10 +31,9 @@ ARG MONERO_PLUGIN_FOLDER=/root/.btcpayserver/Plugins/BTCPayServer.Plugins.Monero
|
||||||
RUN mkdir -p ${MONERO_PLUGIN_FOLDER}
|
RUN mkdir -p ${MONERO_PLUGIN_FOLDER}
|
||||||
RUN cd Plugins/Monero && dotnet build BTCPayServer.Plugins.Monero.sln --configuration ${CONFIGURATION_NAME} /p:RazorCompileOnBuild=true --output ${MONERO_PLUGIN_FOLDER}
|
RUN cd Plugins/Monero && dotnet build BTCPayServer.Plugins.Monero.sln --configuration ${CONFIGURATION_NAME} /p:RazorCompileOnBuild=true --output ${MONERO_PLUGIN_FOLDER}
|
||||||
RUN cd BTCPayServer.Plugins.IntegrationTests && dotnet build --configuration ${CONFIGURATION_NAME} /p:CI_TESTS=true /p:RazorCompileOnBuild=true
|
RUN cd BTCPayServer.Plugins.IntegrationTests && dotnet build --configuration ${CONFIGURATION_NAME} /p:CI_TESTS=true /p:RazorCompileOnBuild=true
|
||||||
RUN dotnet tool install --global Microsoft.Playwright.CLI
|
|
||||||
RUN dotnet tool install --global JetBrains.DotCover.CommandLineTools --version 2025.1.6
|
RUN dotnet tool install --global JetBrains.DotCover.CommandLineTools --version 2025.1.6
|
||||||
ENV PATH="$PATH:/root/.dotnet/tools"
|
ENV PATH="$PATH:/root/.dotnet/tools"
|
||||||
RUN playwright install chromium --with-deps
|
RUN pwsh /source/BTCPayServer.Plugins.IntegrationTests/bin/Release/net8.0/playwright.ps1 install chromium --with-deps
|
||||||
WORKDIR /source/BTCPayServer.Plugins.IntegrationTests
|
WORKDIR /source/BTCPayServer.Plugins.IntegrationTests
|
||||||
ENV CONFIGURATION_NAME=${CONFIGURATION_NAME}
|
ENV CONFIGURATION_NAME=${CONFIGURATION_NAME}
|
||||||
ENTRYPOINT ["./docker-entrypoint.sh"]
|
ENTRYPOINT ["./docker-entrypoint.sh"]
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3f52aa7fd9faf8bb99343572b3dae305037db2ba
|
Subproject commit 5d4303f4a0d019806a5c70ab87a2965d3000f087
|
||||||
Loading…
Add table
Reference in a new issue