The Wayback Machine - https://web.archive.org/web/20220125011155/https://github.com/dotnet/aspnetcore/issues/39727
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

Publish test results for Blazor JS tests #39727

Open
BrennanConroy opened this issue Jan 24, 2022 · 0 comments
Open

Publish test results for Blazor JS tests #39727

BrennanConroy opened this issue Jan 24, 2022 · 0 comments

Comments

@BrennanConroy
Copy link
Member

@BrennanConroy BrennanConroy commented Jan 24, 2022

Today the Blazor JS tests don't publish test results to a location the build knows about and so any failures aren't tracked and most people just re-run the build to "fix" the issue.
Example:
https://dev.azure.com/dnceng/public/_build/results?buildId=1567128&view=logs&j=6c33d704-163a-5170-38fa-caa7bc99f17c&s=6884a131-87da-5381-61f3-d7acc3b91d76&t=4a2ac175-72f0-54eb-c8b6-eb1e5d86c7d5&l=1893
'DefaultReconnectionHandler invokes update on each attempt'

it('invokes update on each attempt', async () => {

failed at the above link.

Inspiration can be derived from the SignalR JS tests:

["./common/node_modules/jest-junit/index.js", { "outputDirectory": "../../../../artifacts/log/", "outputName": `${process.platform}` + ".signalr.junit.xml" }]

outputDir: "../../../../../artifacts/log",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants