-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it run on hosted CI e.g. CircleCI, TravisCI? #10
Comments
@teohm This is still in beta so it hasn't been fully tested on different CI setups however there is nothing specifically know that should stop it from working. If you can provide a way to reproduce your issue I'll be happy to look into it. |
I'm experiencing this too with CircleCI |
@baffers As mentioned in my previous answer -- if someone can provide a simple project that reproduces this behavior I'll be more than happy to take a look and figure out what's going wrong. |
I totally understand, as soon as I wrote that comment I was like "they're going to want an example". it's kind of a weird week for me so if @teohm can't provide an example this week, I'll try to get one together next week |
@baffers Sounds good -- one quick question, are you using the released gem or the master branch? |
@twalpole master. Also, once I passed in |
@baffers Yeah - Looks like there's not currently a key definition for :return - so that would explain that. Please add issues for any other things you come across that don't behave correctly , and I'll get them fixed if possible. |
FYI - there is :enter and :numpad_enter as two different options . - I've also added a :return alias for :enter which notifies the user that :return is deprecated - I assume you came from using capybara_webkit previously since it appears that's the only driver that supported using :return in the first place. |
@skyeagle Thanks for that -- note you should also be able to pass that as
to reduce the need for all the nils (and strings vs symbols) |
If anyone else can confirm whether or not those two options fix the issue for them, I'll go ahead and close this |
@twalpole yes it did! |
Great! - Closing this then. |
@twalpole Just ran into this issue and the attempts listed above did not work for me. 😢 Here are the things I tried:
That didn't work. Then I tried:
I get a timeout from Circle CI with this output:
Is there something I'm doing wrong? I tried with both apparition v0.4.0 and apparition from |
Hey @etagwerker I'm sure if this will help but this is our config:
|
@twalpole 🥇 for this repo |
Hi, can anyone confirm if this new driver runs properly on hosted CI such as CircleCI, TravisCI etc?
I'm just started to test it on CircleCI, my RSpec test suite just hang and timed out.
The text was updated successfully, but these errors were encountered: