Vinay Shukla

Results 36 comments of Vinay Shukla

Did a analysis with @mahendrakariya . To do this the escape characters needs to be escaped, but for somewhat reasons it's killing Gauge, turns out getting `Null Pointer Exception`.

@AUsachov The Custom parameter parsing is a runner-specific implementation. In this case, my guess is you are referring to `java` runner's parameter parsing.

@ZhyliaievD Could you please provide a very basic sample project which I can use to replicate this issue? I'm afraid I do not have good knowledge about spring, so it...

@stefan-valtech I tried to replicate this but got no luck. The execution happened as expected. I have created a repo with a sample project which I used to replicate. https://github.com/BugDiver/gauge-java-489...

@pesoklp13 This should be addressed as part of #182 Since typescript support `String` and `Numerical` enums, and now we do primitive parsing of parameter, The type should reflect in methods.

Method implementing ` CustomScreenshotWriter` should return a file path (string). Now how the file is created it's totally up to you

Could you please provide a sample project which can be used to replicate the issue? On Thu, 19 Nov 2020 at 4:59 PM, tjoooobooo wrote: > If I change to...

@pwmcintyre The BeforeSuite hook is executed even before executing steps. If there are multiple BeforeSuite hooks, all of them will be executed one after another.

@pwmcintyre I see what you mean. Let me check it from my end. I get back to