New Cucumber / Gherkin plugin for Vitest #3233
samuel-ziegler
started this conversation in
Show and tell
Replies: 1 comment
-
FYI... the plugin now has feature parity with Cucumber so it is ready for use. There are a few things I'd like to do before I'd consider it production worthy. Those issues are listed in the 1.0.0 milestone. Also FYI... I changed my username to get rid of the upper case letters so the new URL is: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I prefer writting tests in Cucumber format, so I wrote a plugin to do just that:
https://github.com/SamZiegler/vitest-cucumber-plugin
It's not feature complete, but am hoping to get it there in the next few days. Also, step definitions are writen slightly different than you do in Cucumber. Differences are listed in the README.md.
Would love feedback, so please let me know if you have any!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions