timjroberts/cucumber-js-tsflow

Location property set wrong

MSafter opened this issue · 1 comments

Hi,

the cumulus result json has the cumulus-tsflow node_modules path and not the test paths.

image

Cucumber has no official support for specifying that a particular stack frame is a helper and should be ignored in when looking for the step definition location.

I added a hacky workaround for Cucumber 8 in 9c2e332

I'll gladly add a proper implementation for this if Cucumber adds support for it.