Alex
Alex
@benr77 , I'm new to Behat. Please describe the steps needed to create a test project with Behat + MinkExtension + this PR code so that it's easier to diagnose...
FYI: The `webdriver-classic` in YAML becoming `webdriver_classic` in PHP is part of the normalization process done by the used Symfony/Config Component: https://symfony.com/doc/current/components/config/definition.html#normalization > The separator used in keys is typically...
@cakper, can you send an PR with a fix? Be sure to include new test case (that specifically tests, that a visible only text is returned) in GeneralDriverTest (separate pr...
Does the Zombie itself (see http://zombie.js.org/) work on ppc64le architecture? If it doesn't, then it's their repo where the issue should be submitted. This repo is just a Zombie wrapped...
There is probably a typo in the docs, because on repo homepage (see https://github.com/minkphp/MinkZombieDriver) the `Behat\Mink\Driver\NodeJS\Server\ZombieServer` is used. I haven't tried scenario, where I've specified other then `127.0.0.1` server ip....
I understand, that you want to have something like Selenium, where you run a server once anywhere you want and then let driver connect to that. Not sure if it's...
It's a limitation of how we're using the Zombie. We start a NodeJS server on a specific port and then scenario connects to that port. If you run tests in...
> ... for Selenium2, parallel tests can actually be executed AFAIK, because Selenium2 supports opening multiple sessions in parallel (it will open a Firefox window for each of them). @stof...
> Otherwise you would not be able to use your computer at all during a Selenium run, Actually I can't use the computer during selenium run. For sure the `focus`...
I thought that used Symfony's Process component should be dealing with that kind of errors. I'm not sure if stopping the Mink session, that used Zombie driver would actually terminate...