Jens Johansson

Results 7 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