-
Notifications
You must be signed in to change notification settings - Fork 28
Unsupported Gauge Version: This version of Gauge Intellij plugin only works with Gauge version >= 0.9.0 #392
Comments
@michael-edgar Hey can you just confirm the |
|
@michael-edgar Hey could you please elaborate when actually you are getting this particular error? While running or implementing or any other process? |
@luciferankon I'm getting this error when I am opening any gauge project. |
@michael-edgar Could you please make sure |
@Apoorva-GA I've made sure that Gauge is installed in the path specified in the Gauge binary path given in Intellij |
@michael-edgar how did you install gauge? Please make sure Gauge is installed only once(in |
I followed the installation guide (https://docs.gauge.org/installation.html) using the Debian installation instructions. I've done some looking and gauge is not installed anywhere else. Specifying or not specifying the binary path does not seem to make a difference |
@michael-edgar There seems to be an issue with the IntelliJ plugin. We will be looking into it as soon as possible. As workaround you can run |
…hine-readable command to get Gauge version details. #392
* Use gauge --version --machine-readable instead of gauge version --machine-readable command to get Gauge version details. #392 * Removed unused imports. #392 * Added installed version info of Gauge in the unsupported version notification. #392 * Logged all the exceptions if occured while finding Gauge version details. #392
I am new to Gauge and facing the same issue. I have installed it on windows: Pluginshtml-report (4.0.8) Gaugebinary path : C:/Program Files/Gauge/bin/gauge.exe Intellij Gauge plugin version : 0.3.16 |
@kanchan9987 The issues seems to be fixed but a release has not been done yet. Please download the latest nightly plugin from https://plugins.jetbrains.com/plugin/7535-gauge/versions and install it. This may help fix the issue. Refer https://www.jetbrains.com/help/idea/managing-plugins.html for installing plugin archive from disk. |
This issue has been verified and found fixed. |
I've a gauge project that I've been using since January 2019 and out of nowhere I started getting this unsupported gauge version error. I thought it was due to an update, either in gauge, intellij or the gauge intellij plugin but this seems not to be the case.
I've tried uninstalling and reinstalling gauge, the gauge plugin, intellij, creating a new sample project on my machine and manually specifying the gauge binary path and home. None of these have made any difference. The new sample project has the same issue. However, other machines running the same project seem to have no issue, even on the same version of gauge and intellij. That said, I'm not sure if this would make a difference but I'm running on an Ubuntu machine (18.04) while they were running Windows 10. I've followed the documentation for installing gauge as specified in the following question: Unsupported Gauge Version: This veuge Inrsion of Gatellij plugin only works with Gauge version >= 0.9.0, spec files steps are shown unimplemented
I can still run specs, but some of the functionality of the plugin is no longer available. In particular, where before when running each scenario in a spec was separated into it's own header which had it's own log, now all the scenarios are grouped into one log, often times causing most of the scenario logs to be lost due to the amount of lines in the log.
Edit: I'm running with the following gauge version: Gauge version: 1.0.6, Commit Hash: 2bc49db, html-report (4.0.8), java (0.7.2), screenshot (0.0.1) As for intellij: Intellij IDEA Ultimate 2019.2 Gauge plugin 0.3.16
The text was updated successfully, but these errors were encountered: