You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like ever since we upgraded to Circle 2.0, our Webdriver tests have gotten extremely flaky. Almost every merge to develop or master results in failing tests, which are usually fixed by triggering a build with no changes to the code. We should figure out what's going on there.
Here's an error report:
Running "parallel:browser-test" (parallel) task
Running "test-webdriver:firefox" (test-webdriver) task
>> The geckodriver executable could not be found on the current PATH. Please download the latest version from https://github.com/mozilla/geckodriver/releases/WebDriver and ensure it can be found on your PATH.
Aborted testing using firefox
Done.
Running "test-webdriver:ie" (test-webdriver) task
Skipped ie as it is not supported on this platform
Done.
>> Running "test-webdriver:chrome-mobile" (test-webdriver) task
>> >> ScriptTimeoutError: asynchronous script timeout: result was not received in 60 seconds
>> >> (Session info: chrome=64.0.3282.140)
>> >> (Driver info: chromedriver=2.35.528139 (47ead77cb35ad2a9a83248b292151462a66cd881),platform=Linux 4.4.0-109-generic x86_64)
>> Warning: Task "test-webdriver:chrome-mobile" failed.� Use --force to continue.
>>
>> Aborted due to warnings.
Warning: Task "parallel:browser-test" failed.� Use --force to continue.
Aborted due to warnings.
npm ERR! Test failed. See above for more details.
Exited with code 1
The text was updated successfully, but these errors were encountered:
I get this parallel test failure locally some of the time now in Node 9, but the only thing I see is about http2:
Done.
>> (node:73088) ExperimentalWarning: The http2 module is an experimental API.
Warning: Task "parallel:browser-test" failed. Use --force to continue.
It seems like ever since we upgraded to Circle 2.0, our Webdriver tests have gotten extremely flaky. Almost every merge to develop or master results in failing tests, which are usually fixed by triggering a build with no changes to the code. We should figure out what's going on there.
Here's an error report:
The text was updated successfully, but these errors were encountered: