-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[wasm] Run browser tests on helix/windows #52699
[wasm] Run browser tests on helix/windows #52699
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
And set browser path on windows to be able to start chrome from xharness
This reverts commit 8807434.
Draft Pull Request was automatically closed for inactivity. Please let us know if you'd like to reopen it. |
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
/azp run runtime-staging |
Azure Pipelines successfully started running 1 pipeline(s). |
With darc this time
Oh, I still need to restore the matrix :-) |
src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj
Outdated
Show resolved
Hide resolved
That will be handled in dotnet#54451
We don't pass Scenario anymore
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
/azp run runtime-staging |
Azure Pipelines successfully started running 1 pipeline(s). |
It is green! |
The failing tests could be disabled. |
It updates the infrastructure to be able to run these.
It also uses updated docker image, which contains sans serif font for the chrome browser to be able to run. It was crashing without it.