Srikanth
Srikanth
This makes sense @ppitonak. In #2069 - I was referring to a config that would turn off reporting altogether. Is that what you seek here? Or is it the ability...
Thanks for raising this @mitchellrj , this makes even more sense since gauge no longer signs the binaries. Would you be interested in sending a pull request?
I know this is late, but is this still an issue? I was able to create a new gradle project (the template is updated to use gradle 6.8.2) and add...
can you try running `gauge -v` as a command before invoking `mvn`? The error seems to suggest that `mvn` is not able to locate `gauge` binary.
Thanks for this @naveensrinivasan - looks like we are already seeing value!! Latest golangci-lint seems to have found some issues. Just wanted to check if you are interested in help...
Not at the moment, `test-a` and `test-b` are both tags, and gauge does not track the status of tags, i.e. it does not know when all specs with a specific...
My guess is that for some reason the python runner crashed (could be a missing dependency, incompatible version etc) - did you check the logs directory and see if there's...
Issue replicable. ### Gauge Version ``` Gauge version: 0.9.1 Plugins ------- csharp (0.10.1) html-report (4.0.1) java (0.6.5) js (2.0.0) ruby (0.4.1) xml-report (0.2.0) ```
Can confirm that this is an issue. Reopening. thanks for bringing this to our attention, @camjackson
The stacktrace is from gauge, specifically https://github.com/getgauge/gauge/blob/master/api/infoGatherer/specDetails.go#L239 It looks like Gauge was unable to persist/sync a reference to a concept. But it is a bit difficult to identify the cause...