Vincent

Results 8 comments of Vincent

note @mpkorstanje - I'm not really assigning you, I was more expecting a point of view for `cucumber-jvm` but I forgot this was an issue and not a PR :D

> You might have to introduce an extra method to attach file contents instead. I don't think this can be solved with smarts without some annoying edge cases. Something like...

The idea is to have different methods has they have different purposes. `embed` should be used to attach any data that would be interesting to understand the test status (screenshots,...

> @vincent-psarga - I think you meant `attach` rather than `embed`. Indeed :) > @vincent-psarga what do you mean by adding information about the testing framework? Can you give an...

I guess you're right. I thought it could be interesting not to polute the test reports with those informations but we can rely on built-in solutions (as `puts` and `console.log`)...

It'll have to wait for the next release of `cucumber-ruby` as this uses the released gems.

I don't think it should be a stand alone tool. I think there should be a `cucumber/junit-formatter` in the mono-repo, written in all languages currently supported (Java, Ruby and JS)....

Some explanations from @brasmusson: https://cucumberbdd.slack.com/archives/C62GZFLLT/p1595951692019300 The long story. Cucumber-Ruby was the first cucumber implementations. Originally the execution of feature file was done by iterating the AST. This made the cucumber...