Using Cucumber in your project is more manageable with the right tools.
Editors
Most popular text editors support Gherkin syntax highlighting.
Some IDEs also have advanced support for Cucumber, such as running Cucumber from within the IDE, displaying results, navigating between Gherkin steps and step definitions and so on.
Atom
Atom is a text editor for macOS, Windows or Linux.
It offers several packages you can use with Cucumber.
TextMate
TextMate is a text editor for macOS.
See the Cucumber.tmbundle
documentation.
Visual Studio Code
Visual Studio Code is a code editor for Windows, Linux, or macOS.
You can use it with a Cucumber (Gherkin) plugin.
Nova
Nova is a text editor for macOS.
See the Cucumber extension for Gherkin language support.
IDEs
- Java IDEs
- Ruby IDEs
- CukeTest is a Gherkin editor and Cucumber.js development tool.
- testjam.io is an online IDE for running and sharing Cucumber.js snippets.
Build Tools
You can run Cucumber using build tools, rather than from the command line.