mix cucumber.gen.feature (cucumberex v0.2.1)

Copy Markdown View Source

Generate a .feature skeleton under features/.

Usage

mix cucumber.gen.feature NAME

NAME is snake_cased for the filename and humanized for the Feature: line. Refuses to overwrite an existing file.

Examples

mix cucumber.gen.feature authentication
# → features/authentication.feature