Closed
Description
openedon Apr 4, 2023
Description
Currently in the HTML logger template there is a JavaScript which helps to expand and collapse the test result.
vstest/src/Microsoft.TestPlatform.Extensions.HtmlLogger/Html.xslt
Lines 14 to 24 in ac4adfa
Steps to reproduce
dotnet test --logger html
Expected behavior
Test result page does not use additional JavaScript to enable interactions so that it can be used as a test summary page in GitHub actions.
Actual behavior
The script tag and its contents are rendered as text in the GitHub actions summary.
Diagnostic logs
None
Environment
Build version: current version (code is in main branch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment