-
I'm currently writing an extension for Behat which requires me two extend and/or wrap some specific behat classes. I attempt to do this using the DI, however the fact that almost all of the classes in…
-
This issue is a follow up of https://github.com/composer/composer/issues/5390#issuecomment-463625428
Composer has become the primary installation method of libraries and is so good at it that it is…
-
Im trying to use this extension to allow behat tests to create nodes on a remote server and have hit a stumbling block, it seems to work great until the list of fields being passed in the json contain…
-
Hello 👋
So a few weeks ago I've become a maintainer of Behat thanks to @everzet and @ciaranmcnulty. I've been using Behat in @Sylius for years and it's probably one of the biggest open-source proj…
pamil updated
3 years ago
-
Working on a project that uses Slim. The typehints for actions are `Slim\Http\Request` rather than `Psr\Http\Message\RequestInterface` - because this extension uses `Symfony\Bridge\PsrHttpMessage\Fact…
-
When I use the assert "assertFieldContains" on an element "select" with attribute "multiple", I have this error:
`Notice: Array to string conversion in vendor/behat/mink/src/WebAssert.php line 678`
…
-
I have been researching this for some hours now and I'm stuck. I'm working with laravel 5.3. Other specs are listed below.
Calling `$this->visit(route('customer.add'))` returns cached page content, w…
-
Hi all,
I found an issue when asserting the response body for a LIST endpoint. Discovered it because the endpoint is working as expected but the behat test were not passing.
Essentially the prob…
-
Hey,
I would like to share my feedback on this promising tool to manage multiple PHP project in the same repository.
## Here is what I want to achieve
- Setup a monorepo of multiple PHP/Symfon…
-
I will have a functioning email test for some period of time, then randomly the check to find the email will throw a nasty exception... Any ideas?
```
exception 'PHPUnit_Framework_ExpectationFaile…