We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted as w3c/wptrunner#175 by @lizzygao on 24 Mar 2016, 03:02 UTC:
Run the wptrunner and take the Chrome as the product, like this: wptrunner --metadata=tests\ --tests=tests\ --binary="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --product=chrome --webdriver-binary="C:\Users\ygao\bin\chromedriver.exe" --include=2dcontext --processes=1 --log-raw=log-raw.txt > test.txt Some errors come up about: URLError: urlopen error [Errno 10061] No connection could be made because the target machine actively refused it It caused by the WebDriver process (LocalServer.stop) is killed, and then the QUIT command sent to it (SeleniumProtocol.teardown) This behavior is not suitable for the QUIT is never working on the WebDriver server side. Is this an considering issue and being fixed?
Run the wptrunner and take the Chrome as the product, like this:
wptrunner --metadata=tests\ --tests=tests\ --binary="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --product=chrome --webdriver-binary="C:\Users\ygao\bin\chromedriver.exe" --include=2dcontext --processes=1 --log-raw=log-raw.txt > test.txt
Some errors come up about: URLError: urlopen error [Errno 10061] No connection could be made because the target machine actively refused it
It caused by the WebDriver process (LocalServer.stop) is killed, and then the QUIT command sent to it (SeleniumProtocol.teardown)
This behavior is not suitable for the QUIT is never working on the WebDriver server side.
Is this an considering issue and being fixed?
The text was updated successfully, but these errors were encountered:
I wonder if this might be why I'm seeing a failure when I invoke ./wpt run twice in CI: foolip#5
./wpt run
The second time it seems the port is taken and it just fails to connect.
Sorry, something went wrong.
No branches or pull requests
Originally posted as w3c/wptrunner#175 by @lizzygao on 24 Mar 2016, 03:02 UTC:
The text was updated successfully, but these errors were encountered: