0
respostas

PHP e Selenium não consigo fazer o teste no phpunit

Olá boa noite

Já tentei de tudo e não funciona o curso PHP e Selenium: Testes de ponta a ponta Não consigo rodar os testes com ChromeDriverService da esse erro

C:\php\php\curso-e2e>php vendor/bin/phpunit tests PHPUnit 9.5.4 by Sebastian Bergmann and contributors.

E 1 / 1 (100%)

Time: 00:00.032, Memory: 4.00 MB

There was 1 error:

1) PaginaInicialTest::testPaginaInicialNaoLogadaDeveSerListagemDeSeries Facebook\WebDriver\Exception\SessionNotCreatedException: Unable to create new service: ChromeDriverService Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53' System info: host: 'DESKTOP-RET8J4I', ip: '192.168.0.122', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_291' Driver info: driver.version: unknown

C:\php\php\curso-e2e\vendor\php-webdriver\webdriver\lib\Exception\WebDriverException.php:125 C:\php\php\curso-e2e\vendor\php-webdriver\webdriver\lib\Remote\HttpCommandExecutor.php:371 C:\php\php\curso-e2e\vendor\php-webdriver\webdriver\lib\Remote\RemoteWebDriver.php:135 C:\php\php\curso-e2e\tests\PaginaInicialTest.php:13

ERRORS! Tests: 1, Assertions: 0, Errors: 1.

Com o google que instalei da esse erro

C:\php\php\curso-e2e>php vendor/bin/phpunit tests PHPUnit 9.5.4 by Sebastian Bergmann and contributors.

E 1 / 1 (100%)

Time: 00:00.061, Memory: 4.00 MB

There was 1 error:

1) PaginaInicialTest::testPaginaInicialNaoLogadaDeveSerListagemDeSeries Error: Call to undefined method Facebook\WebDriver\Remote\DesiredCapabilities::google()

C:\php\php\curso-e2e\tests\PaginaInicialTest.php:13

ERRORS! Tests: 1, Assertions: 0, Errors: 1.

Já tentei de tudo e não dá certo Aguardo resposta. O Windows que utilizo e o 10.

Att; Cezar Maruca