Jens Johansson
Jens Johansson
I have the same issue, any news on this?
Agreed that changing the data in hooks would likely violate the intended design in terms of responsibility and design patterns. Hm, it would not be reasonable to allow a "data-setup-method"?...
I agree, some syntax high-lighting would greatly improve the user experience. Aside from scenario names, different colors for tags, comments, steps/concepts & parameters would be great. Anyone knows if this...
@zabil Thanks for pointing my in the right direction. After adding new scopes to the file I have syntax highlighting for parameters, tables, steps, tags etc. This is all new...
@aedwards9 I actually ended up building my own version of the extension with some smaller modifications to my liking. However, for the syntax highlighting I did (also from my rather...
Execution just halts. I don't know the details of how the plugin works but it freezes trying to execute the task. Thanks for replying, we really like Gauge and we...
If I run you step above you are correct that it does no longer freeze, but maybe I should rephrase my problem: The output from your example above is be:...
Sorry for the confusion. I have commented out the first step, that's why the output differ (see below). Your output as well indicates that the 2nd step does not complete,...
If find the problem and you're going to make new release, feel free to add .NET 8 support as well :)
Hi! So async methods would need to return a Task to work as expected and otherwise we want to halt exectuion? Fair enough. From a user perspective I think it...