Closed stevensnoeijen closed 3 years ago
That would be great indeed. Can you give example of what your trying to achieve so that we can write test to be ready when jest-cucumber supports it?
Sorry, didnt see your comment. Ill pick this up very soon!
@stevensnoeijen I thik we need trow lang code from jest-cucumber. if we up version at 3.0.1, jest-cucumber will return correctly steps, but don't know lang code.
If we use 3.0.1 language would also be supported 😛. I'll create a PR this weekend
There is an issue in the language support for jest-cucumber, i'll be fixing that first before continuing on this
I created a PR on https://github.com/bencompton/jest-cucumber/pull/119 that should fix the issue I'm facing with my current test, some steps weren't correctly translated due to an error in the translation.
PR in jest-cucumber is merged and i'll continue on this after there is a new releases for jest-cucumber.
excellent. need any help other than reviewing it when you're ready with the code?
nope, dev on jest-cucumber is going well, so hopefully we can add this feature soon :)
created a PR;https://github.com/b-yond-infinite-network/jest-cucumber-fusion/pull/22 . I did it anyway because waiting on a new release from jest-cucumber might take longer than I thought. And this should work anyways (excluding some language bugs, you can read about them at https://github.com/bencompton/jest-cucumber/pull/123).
added in v0.8.0
I'm trying to add tests in another language (than english) but this doesn't work. I dived in this problem and came to the conclusion that this should be fixed in jest-cucumber: https://github.com/bencompton/jest-cucumber/issues/107
Any thoughts?