Ben Compton

Results 61 comments of Ben Compton

The `autoBindSteps` functionality essentially does the same type of loop as the workaround above. If you were getting "your test suite must contain at least one test" when you did...

Sure, more idiomatic table handling would be nice. Thanks for bringing this to light.

Here's another perspective for anyone who happens across this thread. I generally prefer to avoid avoid `jest.mock` myself due its magical properties creating issues like the one in this thread,...

Agreed that jest-junit and other reporters aren't really sufficient. I am planning to look into creating a plug-in that will output Cucumber JSON when I get some time.

Improved reporting is the most commonly requested feature at this point, so this will definitely be next on the list, and I have already started some initial prototyping.

I have been working on this here and there as I have spare time, and at this point, I have published an early preview version (2.0.12). It has still has...

@s2oBCN - In addition to having the few built-in formatters listed above, I was also considering allowing custom formatter plug-ins. I haven't worked with SerenityJS, but looking at the code,...

@s2oBCN - Any tags in your feature files currently will output to the JSON file as expected. Is that what you were asking? For example, consider this feature file with...

@bdjos1 and @s2oBCN - thanks for the feedback! Yes, unfortunately, it has to write info about each scenario to a file because there isn't really another option with the way...

@s2oBCN - glad the project is useful to someone! Yeah, definitely need to see if there is a way to make it not split up scenario outlines into separate scenarios.