You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the testParser is splitting at . (dot) symbol, resulting name in Github job summary will be 0.Some test but should be Chrome 123.0.Some test or Chrome 123.0 - Some test
The text was updated successfully, but these errors were encountered:
Unfortunately junit does not have an official definition to include file number in the output. As a result the current parsing is working on best-intent.
That said it's unlikely that we can handle all cases, as there are too many variants to handle.
I'd propbably advice to disable annotation in this case and use only the summary feature instead. 🤔
Given xunit report from testem.js, filename parsed from
classname
attribute is getting incorrectly intrepeted.action-junit-report/src/testParser.ts
Line 61 in 9379f0c
Since the testParser is splitting at . (dot) symbol, resulting name in Github job summary will be
0.Some test
but should beChrome 123.0.Some test
orChrome 123.0 - Some test
The text was updated successfully, but these errors were encountered: