getgauge / gauge-csharp

Csharp runner for Gauge
https://gauge.org
GNU General Public License v3.0
33 stars 21 forks source link

Difference in behavior when plugin is not installed #103

Closed sswaroopgupta closed 7 years ago

sswaroopgupta commented 7 years ago

In java if the plugin is not installed and I initialize the project, it initializes the project. Tells me that the compatible plugin is not installed. Downloads and installs it.

However c# and ruby do not share the same behavior

Version

Gauge version: 0.8.0.nightly-2017-02-06

Plugins
-------
sriv commented 7 years ago

Dev Notes

Plugin installation is done by gauge, could be a potential gauge core issue. Needs verification.

BugDiver commented 7 years ago

This issue was moved to getgauge/gauge#564