Zabil Cheriya Maliackal

Results 88 comments of Zabil Cheriya Maliackal

I have this issue only when using universal-ctags this issue is not there when I switch back to exuberant ctags.

Can you please report this to https://youtrack.jetbrains.com/issues/IDEA

Can you please refer https://docs.gauge.org/faqs.html#where-does-gauge-non-project-specific-logs-like-plugin-installation-etc to see if there any exceptions in the log files?

Right now `gauge validate` does not use environment flags. Will having the option of passing an environment to validate help? For example. ``` gauge validate -e test1 ```

@BrudiBanani thanks for taking the time to explain this. > Problem: While compilation gauge validate does not know for which environments we want to use given test data (e.g. table:test.csv),...

No one is actively working on adding features to Gauge at the moment. However any pull request to add running `gauge validate` with `-e` and `-t` flags to apply environment...

0.4.0 is an old version of the plugin. Can you try updating the intellij plugin to a release after 0.4.0? I quikly checked the source at https://github.com/JetBrains/intellij-plugins/tree/master/gauge to see that...

Have you tried using the instructions at https://mesutyakut.medium.com/acceptance-test-with-gauge-and-spring-boot-f675655d8e ?

Have you tried downgrading python to version 3.8 instead of 3.9?

This can happen if you have add a try catch block in your code instead of throwing an exception. Can you please share the code for your step implementation to...