If you find any issues or have any feature requests, please file them in the issue tracker.
If you are filing issues, please provide the version of gauge
core and gauge-js
plugin that you have installed. You can find it by doing:
$ gauge -v
Download
$ git clone git://github.com/getgauge-contrib/gauge-js --recursive
Setup:
- Preferably use EditorConfig with your text editor.
Install npm dependencies:
$ npm install
Run tests:
$ npm test
$ npm run package
$ npm run installPlugin
- Indent: 2 spaces
- Line ending: LF