JUnit with Cucumber-JVM generated XUnit file but the format is weird on parameterised cases.
Action: pending, will get back to Cucumber-JVM after releasing v1.0;
<testcase classname="| 65535 | 117995 |" name="| 65535 | 117995 |" time="0.038">
<failure message="expected:<[117995]> but was:<[32]>" type="org.junit.ComparisonFailure">org.junit.ComparisonFailure: expected:<[117995]> but was:<[32]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at org.maxwu.jrefresh.selenium.stepdefs.TemperatureConverterCalStepdef.check_fahrenheit_degree(TemperatureConverterCalStepdef.java:170)
at ✽.Then Check the value against "117995"(10_Convert_Celsius_To_Fahrenheit.feature:21)
</failure>
</testcase>
JUnit with Cucumber-JVM generated XUnit file but the format is weird on parameterised cases.
Action: pending, will get back to Cucumber-JVM after releasing v1.0;