This package provides the following services:
Cucumber Autocomplete Atom Package
Scans your project for existing cucumber steps and provides suggestions as you type.
FAQs
- When does it provide suggestions? Type a keyword (
And
,Then
,When
,Given
) in a.feature
file to trigger suggestions - What does it scan? The package scans a directory of your choice, by default it scans the
/features
directory of your project. You override the default by changing the path option under settings.