-
Notifications
You must be signed in to change notification settings - Fork 6
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
Report tab not loading on Azure devops server #176
Comments
Hello, I can confirm this - any progress here? It took me so much effort to get this extension approved for our organization and now it doesn't seem to work :) |
Hi! Sorry you took the effort to get this approved and for the extension to then not work 😢 |
Thanks for the response. I understand. If I only I knew TypeScript, I would help myself :) |
Don't worry, I don't know typescript either! 😁 |
I believe the root cause of this issue is related with that workaround: microsoft/azure-devops-extension-api#18 (comment) |
@rouke-broersma, please kindly review PR #363 |
@xakep139 awesome I'll take a look soon :) |
* Fix #176 "Report tab not loading on ADO" * See what happens if we await the call Co-authored-by: Nikita Balabaev <[email protected]> Co-authored-by: Rouke Broersma <[email protected]> Co-authored-by: Rouke Broersma <[email protected]>
Okay, so that error has gone, now we have this: @xakep139, any ideas? |
@rouke-broersma, I guess I don't have rights to reopen :( |
We don't use the unpkg package at runtime, there's no reason for that error to be here 🤔 Though this looks like an error in the report and not in the task. @nicojs I'm wondering could this be because of dark mode? Do we save that in local storage and is that perhaps not allowed in iframes? |
Yes, we use As a workaround, you can set the I've opened stryker-mutator/mutation-testing-elements#1064 to fix this. |
Okay so update here - my latest issue was because of disabled cookies in the browser 🤦 So given that the other issue is open, this can be probably closed again :) |
@psfinaki, glad to hear that 😅 |
Thank you guys for putting in the effort, makes it a lot easier for me to do the same! |
I'm attempting to use this plugin on our Azure devops server but the report tab seems to be infinitely loading when I open it.
I have included my Yaml pipeline (Stryker is running with correct output and the file is generated) and some logs from the Chrome Developers Console. This last one seems to contain an error.
Versions
Yaml
Developer console
I can confirm, by using the diagnostic logs, that the html file is found and uploaded by the task.
The text was updated successfully, but these errors were encountered: