Soumya Swaroop Gupta
Soumya Swaroop Gupta
A failed scenario icon is wrong. Even on clicking a failed scenario, I am not getting the failure details To replicate, run this project in the IDE [specList.zip](https://github.com/getgauge/Intellij-Plugin/files/1280923/specList.zip) **Version** ```...
- [x] icons - fixed with 0.9.2.nightly-2017-09-06 - [x] Unimplemented test is shown as failed instead of skipped
@kashishm Any step which is unimplemented has the following message The issue is that this step is shown as `Failed`. However it is actually skipped. Can we change the wordings...
- [x] Getting runtime exception while executing specs - getgauge/gauge#808 - [ ] The failure message should list the line number as well - https://github.com/getgauge/Intellij-Plugin/issues/296 - [ ] If a...
@Thunderforge : Thanks for your interest. Kindly find the steps to replicate the issue. **Steps to replicate** * Create a `gauge-java` project * add an unimplemented step to the example.spec...
@paolocarrasco : After installing [Gauge, Gauge-java](https://gauge.org/get-started.html) and Gauge-IntelliJ You can create a project - https://docs.gauge.org/using.html#creating-a-java-project Run the tests by right click run on the example.spec (any .spec files) Let us...
Refactoring this does not give any error. But refactoring `* Implements steps "with" file parameters "" to Implements "with" file parameters |t2| |--| |d |` with implementation ``` @Step("Implements steps...
@dengayevskiy : Yes, this is a bug. However, a work around for now is to rename the highest specification folder to specs. Then IntelliJ features will be available.
The option of implementation is given when the `{` is escaped. However even after implementing it, the step is marked as unimplemented.
Gauge executes the spec without any issue. However IntelliJ shows parse errors and has many subsequent impacts.