cloud9-cucumber
v0.6.2
Published
Cucumber plugin for Cloud9. It provide autocompletion of steps and tags and higlighting (I used syntax highlighters for Gherkin source https://github.com/cucumber/gherkin-syntax-highlighters).
Readme
Cucumber plugin for Cloud9
Features
- Syntax highlighting (it used syntax highlighters for Gherkin source https://github.com/cucumber/gherkin-syntax-highlighters).
- Indexing project directory.
- Atucompletion for tags and steps.
Installation
Install pure Cloud9:
$ git clone https://github.com/ajaxorg/cloud9.git
$ cd cloud9
$ npm install
Install this plugin:
$ npm install cucmber-cloud9
Using
- For selecting cucumber syntax highlighter (in Cloud9): View -> Syntax -> Other -> gherkin
- For autocmlpetion: press Ctrl + Space
