Alexander KIRILOV
Alexander KIRILOV
Hello, you say "specific to linux" but are there any other non *nix OS that you have in mind ? Would you accept a PR if I find the time...
Even microsoft supports XDG hihi :smile:  At this point programs that do not support it are more like the exception.. ### Let's try to make all this conversation more...
Hello @ahmetb yes I understand your concerns, I was thinking about having it work for everyone so that nothing breaks for existing users and everyting is completely transperent and seamless....
I meant both cli and client but then I understood that the client is a standalone app and not a web page 🫣
I have the same problem. Is there a solution besides commenting out the exception ?
Hello @andrewesweet @rmpestano , I would like to start working on a new feature, allowing support of "Rules" keyword and it seems that the messages format is a requirement for...
I have started looking how to make this work and it seems there is already a model that is defined by cucumber.io -> [](https://github.com/cucumber/cucumber-jvm/tree/main/gherkin-messages/src/main/java/io/cucumber/core/gherkin/messages) I think it may be possible...
For now I am only concentrating myself on the messages and will think about backwards compatibility later. Regarding the message protocol, I hit a rock - there seems to be...
Hello @fabien7474 me personally I ended up using the official html generator based on react: https://github.com/cucumber/react-components
Hello @rmpestano Here is a very crude guide on how I did it (still lots of cavities): 1) Set up your java project with cucumer etc 2) Set up an...