Soumya Swaroop Gupta

Results 37 comments of Soumya Swaroop Gupta

@osandadeshan Kindly ensure the pom file of your project uses latest gauge-java and gauge-maven-plugin. ``` com.thoughtworks.gauge gauge-java 0.6.8 ... com.thoughtworks.gauge.maven gauge-maven-plugin 1.3.3 ``` Things work as expected ![maxsoft-ata](https://user-images.githubusercontent.com/6310197/46396074-f7c12c80-c70b-11e8-9555-c59380eb9dd8.png) with Version...

Able to replicate the issue with IntelliJ version ``` IntelliJ IDEA 2018.2.4 (Community Edition) Build #IC-182.4505.22, built on September 18, 2018 JRE: 1.8.0_152-release-1248-b8 amd64 JVM: OpenJDK 64-Bit Server VM by...

Here is a workaround. - Delete the iml and .idea files of the project. - Open the .pom file from IntelliJ -> Open as a project and proceed. > Gauge...

Only Custom Parameters defined within the package_to_scan should be considered. Currently it considers all definitions. **Steps to replicate** Same as the original issue.

Able to replicate in ``` Gauge version: 1.0.1.nightly-2018-07-31 Commit Hash: 4ae7c9a Plugins ------- html-report (4.0.5.nightly-2018-07-25) ```

This was not an issue for a while, now I am facing it again.

Escape character will solve this problem. However formatting the spec removes the escape character - https://github.com/getgauge/gauge/issues/318. The problem will then re-occur.