Release 2.3: Cannot read properties of undefined (reading 'message')
Hey,
Using the new Release creates a error message, when the tests fails: Cannot read properties of undefined (reading 'message')
Using 2.2 works as expected.
Bye :)
Getting the same issue. Seems to be caused by this change: https://github.com/test-summary/action/pull/40 @gstokkink would you be able to take a look?
Is there any update to this, please?
@gstokkink I wonder if your PR (https://github.com/test-summary/action/pull/40) requires a specific requirements in the xml files - which not all will have.
cc @ethomson as they approved the PR (https://github.com/test-summary/action/pull/40).
Seeing this as well. Sample Junit file is generated by https://storybook.js.org/ with the --junit option
junit_fail_scrubbed.xml
Thanks for adding a repro case @austinpray-mixpanel - I'll take a look. I think this should be unrelated to #40 ? But I'm not sure yet, I'll dig in.
Hello @ethomson is there any update on this issue? I've just updated my project from version 2.1 to 2.3 and started to get the same error
@JanMa - apologies, looking now. 👀
Unrelated - I notice that you're pinning your actions to SHAs. (Which is a good practice.) Curious if you're doing this manually or using a tool to help?
Thanks for the quick fix @ethomson, I really appreciate it :slightly_smiling_face: We're using Dependabot to get updates for our GitHub Actions and it uses the SHA to pin them
@JanMa Good to know. I just published v2.4, let me know if this doesn't resolve the issue!