-
I'm in love with Gherkin, already lots of experience in C# using Reqnroll (SpecFlow fork). The experience has been wonderful and I'm now looking for the same (or close) experience in Rust. I've tried using cucumber-rs in RustRover but the Jetbrains Gherkin plugin doesn't work at all (except for syntax coloration of features). What development environment are you using when you're extensively writing tests in Gherkin?
I have the bad feeling this doesn't exist yet 😢 Thanks for your answers 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Pretty much yes. The most that we have and use is covered in the Book, which covers the only requirement:
And only after running tests. |
Beta Was this translation helpful? Give feedback.
@jmevel
Pretty much yes. The most that we have and use is covered in the Book, which covers the only requirement:
And only after running tests.