Vinay Shukla
Vinay Shukla
@rose-m Seems like some issue with domain. Will look into it asap, Meanwhile you can use https://github.com/BugDiver/gauge-ts/blob/main/docs/index.md to refer to documentation
@cretz I figured that from #16. Thanks for the help. > I don't actively develop this anymore Do you suggest any other libraries which I can use for parsing manipulating...
I would like to see this feature in progress. Here is my use case: I'm trying to build a package which needs some binary/tools to be installed in order to...
@jonasfj That's right My use case is quite specific, and It might be doable via build_runne but I still have t a strong feeling that we need the feature. There...
## Dev-Notes Gauge LSP runs the language runner indefinitely, to update the language runner with the latest changeset it needs to reload the file. * populate step-cache with static parsed...
@arjunrajeev In your sample spec I see that you are using a scenario table, which is an experimental feature and it's not stable yet. The execution will work fine but...
@Thunderforge IntelliJ-plugin defines `specification` and `concept` as two different languages. See https://github.com/getgauge/Intellij-Plugin/blob/62da8766327de3e7a014457b5624ced27262bb2f/resources/META-INF/plugin.xml#L207 and https://github.com/getgauge/Intellij-Plugin/blob/62da8766327de3e7a014457b5624ced27262bb2f/resources/META-INF/plugin.xml#L209 The grammar for these languages are defined in [concept.bnf](https://github.com/getgauge/Intellij-Plugin/blob/master/src/concept.bnf) and [specification.bnf](https://github.com/getgauge/Intellij-Plugin/blob/master/src/specification.bnf) While parsing I don't think...
Keeping the console report and test runner consistent. Even in console report when a concept has a failure the specification file name is shown and not concept file name. However...
Line no in failure is shown only for steps, not for concepts. For concept failure, all reporters show only spec file name.
@sguptatw @kashishm I can replicate it and I've done the fix as well just forgot to push.