rcarpenter79

Results 4 comments of rcarpenter79
trafficstars

Sure. Here's the output from the code above. ```xml ``` This results in an error on line 18. (The last test-case) > Element 'test-case' is unexpected according to content model...

I made a change to the output to fix the problem. The XML below validates as having the correct schema now. I don't know if this is the way it...

I see the same behaviour when mixing parameterised tests with standard tests inside a context block. If you're doing foreach at the context block level this would naturally separate these...

@corbob I have updated my fork with the upstream changes and merged my changes. Do you want me to create another merge request now?