Skip to content

juxtin/cucumber-layer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

cucumber layer

Table of Contents

Description

This layer adds support for Gherkin and Cucumber via feature-mode.

Features:

  • Syntax highlighting for Gherkin
  • Run tests from Spacemacs
  • Go to step definitions

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add cucumber to the existing dotspacemacs-configuration-layers list in this file.

See the cucumber.el README for important information on installing the Ruby dependencies for feature-mode.

Key bindings

Key BindingDescription
SPC m vVerify all scenarios in the current buffer file.
SPC m sVerify the scenario under the point in the current buffer.
SPC m fVerify all features in project. (Available in feature and ruby files).
SPC m rRepeat the last verification process.
SPC m gGo to step-definition under point (requires ruby_parser gem >= 2.0.5).

About

A Spacemacs layer for Gherkin/Cucumber based on feature-mode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published