Difference in behavior when plugin is not installed
Closed this issue · 3 comments
BugDiver commented
From @sguptatw on February 9, 2017 13:22
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
-------
Copied from original issue: getgauge/gauge-csharp#103
BugDiver commented
From @sriv on February 9, 2017 13:24
Dev Notes
Plugin installation is done by gauge
, could be a potential gauge core issue. Needs verification.
BugDiver commented
With this commit gauge installs compatible runner before initializing the project.
Fix should be availabe in nightly >= 14-02-2017.
sswaroopgupta commented
Working fine on Windows and Mac.
Todo test on Linux