@specify-bdd/plugin-cli
v0.5.3
Published
A plugin for Specify BDD adding CLI testing support.
Readme
Specify BDD - CLI Plugin
This plugin for Specify BDD provides a bundle of Cucumber support code designed to make testing CLI commands in a shell simple. Please refer to the core package's README file for instructions on installation and configuration.
Cucumber Support Code
Step Definitions
Hooks
- Before scenario: initialize a CLI property on the World instance
- After scenario: terminate any remaining shell sessions
- After all: clean up temp files created by scenarios
