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
<testcasename="testExample"classname="Tests">
<properties>
<propertyname="step[passed]"value="This is a test step that passed." />
<propertyname="step[failure]"value="And this step had a failure." />
<propertyname="step[skipped]"value="This step wasn't executed." />
<propertyname="step[error]"value="And this step had an error." />
</properties>
</testcase>
I want an option to make 't.Run' to be steps under each test cases.
Please support JUnit step property.
See: https://github.com/testmoapp/junitxml?tab=readme-ov-file#steps
Example
I want an option to make 't.Run' to be steps under each test cases.
Expected Behavior
generates
The text was updated successfully, but these errors were encountered: