Jeff Geerling

Results 1858 comments of Jeff Geerling

Steps to reproduce: 1. Restart VM/computer with selenium installed. 2. `sudo service selenium status` returns "is running" 3. Run `sudo service selenium stop` (reports "stopping selenium server") 4. `sudo service...

If running on Debian 8, there's now a unit file to control restart behavior... this issue might be solved by updating to the latest version of this role. I don't...

Apparently 3.x requires Java 8, so we'll need to shim that in like I do in my Solr roles, for older OS releases: https://github.com/geerlingguy/ansible-role-solr/blob/master/tests/test-solr-6.yml#L4-L33

The fail seems to be in the service startup: ``` TASK [role_under_test : Ensure selenium is running] **************************** changed: [localhost] ``` That's the only change in the idempotence test. I...

@jeff1985 - Currently if you try using chromedriver, you'll get stuck. The only working combo I can use right now is PhantomJS with Selenium... see https://github.com/geerlingguy/drupal-vm/issues/1152 — for now, I've...

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,...

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.

It's a bit confusing since all the built-in color schemes seem to have 'broken' (even if they're not 'broken', YAML is incredibly hard to parse now, where it was not...

Just wanted to add a follow-up +1 here—on my M1 Mac Studio it can take 2 iterations but not any more, and sometimes not even 2. On my 3080 Ti...