fredizzimo
fredizzimo
I have been running with a local modification that just calls minimize instead of hide, and this is defnintely the behaviour I prefer. The default taskbar now works just like...
Thanks for the positive feedback! But just to let you know, I might not have time to fix the issues and return to this until the beginning of next week....
There's also a port of fzf for javasccript that could be used https://github.com/ajitid/fzf-for-js
I just started to use Behave, and I was very surprised to see that there's no HTML output and that the JSON format is not compatible and even more surprised...
@jenisys, Because we run the backgrounds for each scenario, so each instance of it can have a different outcome. I guess it could have been designed in another way, if...
@jenisys I'm not taking any of the sides here, I think it's pointless in arguing which way is better when it's about something that we don't control. I just implemented...
@carlosmmelo, did you try to use the [cucumber_json formatter that I linked above](https://gist.github.com/fredizzimo/b92adf1d4596c0c1da1b05cc9899574b)? That one has been working great for me.
If you add it inside a folder named `formatters`, you can run it with: `behave --format=formatters.cucumber_json:PrettyCucumberJSONFormatter -o report_cucumber.json` If you are using the master version of behave (1.2.6dev0), then it...
@carlosmmelo, I believe you need to set the PYTHONPATH. See this issue https://github.com/behave/behave/issues/120
This is great! But I think it needs two additional changes in order to be fully useful for solving merge conflicts with conflict markers. I am assuming that you run...