Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

"UnknownServerException" in webdriver after composer update #24

Open
ErnieAtLYD opened this issue Jul 24, 2017 · 0 comments
Open

"UnknownServerException" in webdriver after composer update #24

ErnieAtLYD opened this issue Jul 24, 2017 · 0 comments

Comments

@ErnieAtLYD
Copy link

I get the following UnknownServerException and unable to successfully run tests.

vagrant@vvv:/srv/www/wbu-test/public_html/wp-content/plugins/wbu-newsletters$ wp selenium start
Success: Selenium server started.
vagrant@vvv:/srv/www/wbu-test/public_html/wp-content/plugins/wbu-newsletters$ wp codeception run -vvv
Codeception PHP Testing Framework v2.0.11
Powered by PHPUnit 4.5.1 by Sebastian Bergmann and contributors.


  [UnknownServerException]


Exception trace:
 () at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/vendor/facebook/webdriver/lib/WebDriverExceptions.php:79
 WebDriverException::throwException() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/vendor/facebook/webdriver/lib/remote/HttpCommandExecutor.php:268
 HttpCommandExecutor->execute() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/vendor/facebook/webdriver/lib/remote/RemoteWebDriver.php:81
 RemoteWebDriver::create() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/vendor/codeception/codeception/src/Codeception/Module/WebDriver.php:130
 Codeception\Module\WebDriver->_initialize() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/classes/WPCC/SuiteManager.php:65
 WPCC\SuiteManager->initializeModules() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/vendor/codeception/codeception/src/Codeception/SuiteManager.php:60
 Codeception\SuiteManager->initialize() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/classes/WPCC/Codecept.php:81
 WPCC\Codecept->runSuite() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/vendor/codeception/codeception/src/Codeception/Codecept.php:149
 Codeception\Codecept->run() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/vendor/codeception/codeception/src/Codeception/Command/Run.php:262
 Codeception\Command\Run->runSuites() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/classes/WPCC/Command/Run.php:113
 WPCC\Command\Run->execute() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/vendor/symfony/console/Command/Command.php:266
 Symfony\Component\Console\Command\Command->run() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/vendor/symfony/console/Application.php:856
 Symfony\Component\Console\Application->doRunCommand() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/vendor/symfony/console/Application.php:203
 Symfony\Component\Console\Application->doRun() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/vendor/symfony/console/Application.php:127
 Symfony\Component\Console\Application->run() at /srv/www/wbu-test/public_html/wp-content/plugins/wp-codeception/classes/WPCC/CLI/Codeception.php:139
 WPCC\CLI\Codeception->run() at n/a:n/a
 call_user_func() at phar:///usr/local/bin/wp/php/WP_CLI/Dispatcher/CommandFactory.php:81
 WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher\{closure}() at n/a:n/a
 call_user_func() at phar:///usr/local/bin/wp/php/WP_CLI/Dispatcher/Subcommand.php:401
 WP_CLI\Dispatcher\Subcommand->invoke() at phar:///usr/local/bin/wp/php/WP_CLI/Runner.php:323
 WP_CLI\Runner->run_command() at phar:///usr/local/bin/wp/php/WP_CLI/Runner.php:330
 WP_CLI\Runner->_run_command() at phar:///usr/local/bin/wp/php/WP_CLI/Runner.php:937
 WP_CLI\Runner->start() at phar:///usr/local/bin/wp/php/WP_CLI/Bootstrap/LaunchRunner.php:23
 WP_CLI\Bootstrap\LaunchRunner->process() at phar:///usr/local/bin/wp/php/bootstrap.php:75
 WP_CLI\bootstrap() at phar:///usr/local/bin/wp/php/wp-cli.php:23
 include() at phar:///usr/local/bin/wp/php/boot-phar.php:8
 include() at /usr/local/bin/wp:4

run [-c|--config CONFIG] [--report] [--html [HTML]] [--xml [XML]] [--tap [TAP]] [--json [JSON]] [--colors] [--no-colors] [--silent] [--steps] [-d|--debug] [--coverage [COVERAGE]] [--coverage-html [COVERAGE-HTML]] [--coverage-xml [COVERAGE-XML]] [--coverage-text [COVERAGE-TEXT]] [--no-exit] [-g|--group GROUP] [-s|--skip SKIP] [-sg|--skip-group SKIP-GROUP] [--env ENV] [-f|--fail-fast] [--] [<suite>] [<test>]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant