Migrate from gherkin-utils to CCK
Opened this issue · 1 comments
jdeniau commented
We use test data from https://github.com/cucumber/gherkin-utils/tree/c35857189c2da3a9b84796ad585d25e70f7bf3b8/testdata but this has been dropped in 9.0 (see cucumber/gherkin-utils#69 )
We might want to move tests to https://github.com/cucumber/compatibility-kit/tree/main/devkit/samples which seems to be the compatibility test that prettier plugin should work with the cucumber stack.
jdeniau commented
A possibility would be to launch the cucumber test suite too after the file has been "prettierized" to guaranty that the file is still working. This would not work on custom files though.