Gintautas Miselis

Results 169 comments of Gintautas Miselis

So the problem here is that PhpStorm prints exception message, but Codeception doesn't set meaningful messages in many places, because in most cases it is enough to know what step...

@SvetlanaZem like this: https://gist.github.com/Naktibalda/16395382be61a27e69357cf3d0cf1e7d/revisions#diff-daa8bfe5cbb536b1ae12c97d806822c4

@DavertMik What is your opinion about this subject?

Have you noticed a link to experimental seleniarm images? https://hub.docker.com/u/seleniarm

It uses the same W3C WebDriver protocol. No related issues or pull requests were raised in https://github.com/php-webdriver/php-webdriver so I assume that it is working fine.

By the way, to fix `Class name must be a valid object or a string`, you must change `class_name: AcceptanceTester` to `actor: AcceptanceTester` in acceptance.suite.yml

@kalabro Does it launch the first browser instance successfully, but fails to launch the second instance with `Could not start a new session. Could not start a new session. Error...

It seems that I took 2 month break, I'm sorry if you didn't get Hacktoberfest T-shirt because of me. Regarding `phpdocumentor/reflection-docblock` dependency, if you want to target Codeception 4.1, your...