Open geerlingguy opened 7 years ago
Interestingly, if I change the selenium_version in my Drupal VM config.yml
, it looks like the new version is downloaded... but it isn't used, because the next time I ran tests, it was showing:
Build info: version: '2.53.1', revision: 'a36b8b1', time: '2016-06-30 17:37:03'
:/
I found that that was just because BLT used it's own version of selenium-standalone... so we're okay in terms of the PR I posted.
See: https://github.com/geerlingguy/drupal-vm/issues/1152
It seems there may be two issues here:
selenium_version
needs to be bumped to3.0.1
Download Selenium
task should have anotify: restart selenium
added, so that selenium is restarted if a new version is downloaded...But I'm still debugging in that other issue to see if this is the actual problem, or just a symptom.