-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
I get that error when I execute Codeception:
Powered by PHPUnit 6.5.11-9-g814ba320f by Sebastian Bergmann and contributors.
[RunProcess] Starting java -jar -Dwebdriver.chrome.driver=/opt/selenium/chromedriver /opt/selenium/selenium-server.jar
Current suite: acceptance
Current test: AdminSettingsPageCest
Success: 3 Errors: 0 Fails: 0
[===]
3/3 100% 35 secs/35 secs 18.0 MiB
[RunProcess] Starting java -jar -Dwebdriver.chrome.driver=/opt/selenium/chromedriver /opt/selenium/selenium-server.jar
Unable to display the estimated time if the maximum number of steps is not set.
run [-o|--override OVERRIDE] [-e|--ext EXT] [--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]] [--coverage-crap4j [COVERAGE-CRAP4J]] [--coverage-phpunit [COVERAGE-PHPUNIT]] [--no-exit] [-g|--group GROUP] [-s|--skip SKIP] [-x|--skip-group SKIP-GROUP] [--env ENV] [-f|--fail-fast] [--no-rebuild] [--] [<suite>] [<test>]
[RunProcess] Stopping java -jar -Dwebdriver.chrome.driver=/opt/selenium/chromedriver /opt/selenium/selenium-server.jar
The process works without problems but there is this error that create confusion. Seems that is generated by the symfony console module.
Reactions are currently unavailable