Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebAssembly tests run with Playwright #1285

Closed

Merge branch 'main' into wasm-browser-uses-playwright

9d93e11
Select commit
Loading
Failed to load commit list.
Closed

WebAssembly tests run with Playwright #1285

Merge branch 'main' into wasm-browser-uses-playwright
9d93e11
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Oct 4, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

dotnet.xharness / Build Windows / Windows_NT / Windows_NT Release / Build and run tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.dotnet\sdk\9.0.100-rc.1.24452.12\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(221,5): error NU5111: Warning As Error: The script file 'tools\net8.0\any\.playwright\package\bin\install_media_pack.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.
    ❌.dotnet\sdk\9.0.100-rc.1.24452.12\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(221,5): error NU5111: Warning As Error: The script file 'tools\net8.0\any\.playwright\package\bin\reinstall_chrome_beta_win.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.
    ❌.dotnet\sdk\9.0.100-rc.1.24452.12\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(221,5): error NU5111: Warning As Error: The script file 'tools\net8.0\any\.playwright\package\bin\reinstall_chrome_stable_win.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.

dotnet.xharness / Build Windows / Windows_NT / Windows_NT Debug / Build and run tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.dotnet\sdk\9.0.100-rc.1.24452.12\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(221,5): error NU5111: Warning As Error: The script file 'tools\net8.0\any\.playwright\package\bin\install_media_pack.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.
    ❌.dotnet\sdk\9.0.100-rc.1.24452.12\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(221,5): error NU5111: Warning As Error: The script file 'tools\net8.0\any\.playwright\package\bin\reinstall_chrome_beta_win.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.
    ❌.dotnet\sdk\9.0.100-rc.1.24452.12\Sdks\NuGet.Build.Tasks.Pack\buildCrossTargeting\NuGet.Build.Tasks.Pack.targets(221,5): error NU5111: Warning As Error: The script file 'tools\net8.0\any\.playwright\package\bin\reinstall_chrome_stable_win.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.

dotnet.xharness / Build OSX / OSX / OSX Release / Build and run tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.dotnet/sdk/9.0.100-rc.1.24452.12/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(221,5): error NU5111: Warning As Error: The script file 'tools/net8.0/any/.playwright/package/bin/install_media_pack.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.
    ❌.dotnet/sdk/9.0.100-rc.1.24452.12/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(221,5): error NU5111: Warning As Error: The script file 'tools/net8.0/any/.playwright/package/bin/reinstall_chrome_beta_win.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.
    ❌.dotnet/sdk/9.0.100-rc.1.24452.12/Sdks/NuGet.Build.Tasks.Pack/buildCrossTargeting/NuGet.Build.Tasks.Pack.targets(221,5): error NU5111: Warning As Error: The script file 'tools/net8.0/any/.playwright/package/bin/reinstall_chrome_stable_win.ps1' is not recognized by NuGet and hence will not be executed during installation of this package. Rename it to install.ps1, uninstall.ps1 or init.ps1 and place it directly under 'tools'.

1 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [dotnet.xharness]

Was this helpful? Yes No