-
Notifications
You must be signed in to change notification settings - Fork 394
More intermittent Behat failures #1134
Comments
I'm starting to hit this now and then as well:
Seems entirely random, but between this and the frequent MySQL build failures on Travis, we're now at a rate where I could flip a coin as to whether a build on Travis will succeed on the first run :( |
Inside Drupal VM, it seems that any new builds are running into this issue... e.g. if you go:
Then you get the error in the above comment. From a chat somewhere, I remember seeing a mention of:
Checking whether this works OOTB for people using Drupal VM with BLT. |
...and it looks like it does work splendidly. Just modify the behat:
paths:
- your-paths-go-here
launch-selenium: false
launch-phantomjs: true |
Note that this makes most things work... however, there's a particular Lightning test that seems to fail on PhantomJS that works via Chromedriver—the
|
This issue will not be resolved in BLT since it stems from issues in the tools themselves. As of #1705, BLT will offer selenium, phantomjs, and headless chrome support. Hopefully one of these tools will meet all of your needs. |
My system information:
Travis is stalling out while running behat tests. It is specifically stalling during javascript tests. This likely has to do with chromedriver failing. See #1126
The text was updated successfully, but these errors were encountered: