JavaScript language plugin for Gauge
This project adds Javascript language plugin for gauge.
gauge install js
gauge init js
gauge run specs
For other details refer the documentation here
Run the following command to create a sample gauge template
$ gauge init js_simple
Run the following command to create a sample Taiko template
$ gauge init js
gauge install js --version <version>
gauge install js --file gauge-js-<version>.zip
The plugin is authored in Javascript.
Gauge is authored in golang. These are independent processes talking to each other over TCP on port GAUGE_INTERNAL_PORT (env variable) using Protobuf.
npm install
npm test
npm run installPlugin
npm run package
You can then install the offline zip archive created using
gauge install js --file gauge-js-<version>.zip
Copyright 2018 ThoughtWorks, Inc.