Behatch / contexts

Behat extension with most custom helper steps
Other
394 stars 203 forks source link

Wrong behat configuration #220

Open razbakov opened 7 years ago

razbakov commented 7 years ago

Why the following extension configuration is used in behat.yml.dist: (1) Behat\MinkExtension\ServiceContainer\MinkExtension?

In documentation of Mink Extension and Symfony2Extension as an example is used (2) Behat\MinkExtension.

I noticed different behaviour with MinkGoutteDriver. If (2) configuration is used then MinkGoutteDriver is not loaded, it is only loaded if (1) configuration is used. But there is no example in MinkGoutteDriver documentation.

sanpii commented 7 years ago

I didn’t find the Behat\MinkExtension class. The previous class was Behat\MinkExtension\Extension.