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/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
- Update the value
version
property injs.json
file.
Ex:
},
- "version": "2.3.9",
+ "version": "2.3.10",
"gaugeVersionSupport": {
- Update the value of
version
property inpackage.json
.
Ex:
"name": "gauge-js",
- "version": "2.3.9",
+ "version": "2.3.10",