Jens Johansson

Results 11 issues of Jens Johansson

I'm running a specification using data driven execution. I will not go into the exact details of what I'm trying to achieve, but I do believe that the table data...

I seems like Gauge does not support net 6.0? 1. Create a new Gauge dotnet project. 2. Before you execute any tests (important) change the .csporj to: `net6.0` 3. Try...

@sriv When adding values to data store and then retrieving the value Gauge returns null intermittently. Seems to be race condition. Related to previous PR to handle async methods: https://github.com/getgauge/gauge-dotnet/issues/199...

I have problems with Gauge/C# that the execution halts whenever async-methods are invoked and the result is waited for. This makes it difficult to use, for example, Playwright with Gauge...

Hi! I'm able to check if a test is failing in the AfterScenario-hook by the CurrentScenario.IsFailing property. Is it possible to also expose the stacktrace/error message/exception in the context object?...

Using version: @percy/cli 1.0.0-beta.76 I works fine to start the server with "npx percy exec:start" and send snapshots. However, I cannot stop the server. I've been trying: "npx percy exec:stop",...

🐛 bug

Suddenly we can no longer sign-in to report portal. The UI indicate successfull sign in, but the request response is 401. See images for some details. No user works, so...

help wanted

Hi! When reporting and we're setting the retry-parameter to true the API throws an exception and the results are not stored correctly in RP. It worked fine in an older...

The support for table driven scenario has been an experimental feature of Gauge since 1.0.3. https://docs.gauge.org/writing-specifications?os=linux&language=csharp&ide=vscode#table-driven-scenario It would be good if we could get a grip on this and make...

Create a new project: gauge init java_maven Try to execute example with VSC on Windows. Execution does not start. This or similar issue was addressed around a year ago, but...