Skip to main content

Tools

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 these extensions:

Novaโ€‹

Nova is a text editor for macOS.

See the Cucumber extension for Gherkin language support.

IDEsโ€‹

Build toolsโ€‹

You can run Cucumber using build tools, rather than from the command line.

Moreโ€‹