Michael Kopchick

Results 3 comments of Michael Kopchick

It looks like setting concurrency to 1 fixes the issue, if that helps.

Not sure if this'll help, but I was finally able to get my tests working by setting `::Selenium::WebDriver::Chrome.path` to the `GOOGLE_CHROME_SHIM` environment variable. Here's my code below: ``` require "selenium/webdriver"...

@derekprior We'd love to have this functionality, too. Since Rails conventions don't include the schema when creating tables, the current implementation here is breaking for us since our different environments...