Maxime Veber

Results 87 issues of Maxime Veber

Hello, You redefined clickLink in the MinkContext, I don't really know why... But this is a huge regression as the method from the mink extension also allows to match title...

enhancement

Hello, I know you dislike that, but it would be very useful for many people. I can handle it but I want you to tell me what you think about...

enhancement

FriendlyContext should evaluate the constructor of objects before instanciate them so it can inject parameters throw the constructor.

This issue is here to follow the main idea of behat: the gherkin should represent your business. So you should write it in your language. Let's translate FriendlyContexts to your...

enhancement

Hi, Currently to specify an array we need to write it this way: ``` Item1, Item2, Item3 ``` This is a problem mainly because it doesn't support multi-dimensions. I suggest...

enhancement

Hello, I think we should consider to add a configuration "by feature" and enable (or not) features with this configuration. (just like it's done in the FrameworkBundle of Symfony !)...

enhancement

Testing commands with behat always is a pain. We should provide a command context to help people do it with ease 🐱 !

enhancement

This is about #195 | Q | A | | --- | --- | | BC Break? | yes | | new feature? | no | | bug fix? |...

Hello, I noticed that it's complicated to use a debugger on your app when you try to fix an autobahn test because it instantly fails with a timeout exception. **wstest...

enhancement