Christophe Coevoet
Christophe Coevoet
Promise-based error handling must be registered through tapPromise, not tapAsync. Otherwise errors are not handled by webpack. See https://github.com/symfony/webpack-encore/issues/855 for a report which made me discover this issue.
The BC checks for async-aws/illluminate-queue are currently failing, saying that some `Illuminate\Queue` methods are being removed. Those are not BC break in the async-aws package, but in Laravel. So it...
TravisCI does not provide a free plan for open-source anymore.
The other Mink libraries are using the Symfony2 coding standards, which are a superset of PSR-2. The current coding standards are conflicting with PSR-2, making it harder for new contributors...
The managing-sessions page says that the Mink class starts the session automatically when getting it. This is not true anymore since the change to auto-start the session when visiting a...
This chapter should show a working example using the Session and manipulating a page. I suggest to use GoutteDriver to setup the Session in this example because it is the...
Thanks to http://packanalyst.com/class?q=Behat\Mink\Driver\DriverInterface I found the implemetations of our DriverInterface in Packagist packages. Apart from several child classes of our drivers for specific testsuite needs (not always necessary for Mink...
This page (or pages) should explain how to report issues (which repo), and how to contribute to the repo, including new features impacting drivers (which require updating 2 testsuites in...