-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
I see "Failure/Error: if e = error()" error while running my TC for android using Ruby + Capybara + Appium + Rspec #28
Comments
Is there any progress for this issue? |
Please let me know if you need nay additional info. |
I don't think this gen is maintained anymore. |
Capybara::Screenshot is not supported for now. See mattheworiordan/capybara-screenshot#142 |
Was wondering if anyone is maintaining this Gem.would be nice if someone does. |
No one maintains this gem for now.(I've updated once to update |
BTW, I think the error is disconnect session related one, and in this case, taking screenshots is failed. We should catch the exception or skip Capybara commands because of disconnection. I add an example to taking screenshot as after hook, though. |
Anyway, to avoid this error, we need to add error handling in mattheworiordan/capybara-screenshot like the PR or add ignoring the error, or raising the other error?, in |
Environment:
Appium version: 1.4.16.1
Desktop OS/version used to run Appium: Windows 7
Samsung Galaxy S6 - real device
Details
I am trying to set up environment for mobile automation TC running. I use Ruby + Capybara + Appium + Rspec. But something went wrong. I see errors while run TC
Logs:
https://gist.github.com/kay4444/50f4ece611acbd4bb0b4713e2b7f57ef
My settings file:
https://gist.github.com/kay4444/0e903c1368e14ffb055300661a6a4331
My TC file:
https://gist.github.com/kay4444/1a8ef7f9fca011882cf8a0392521abbd
My Gem file:
https://gist.github.com/kay4444/34e1616eb9463c5d79d8b3ee74e7baa2
The text was updated successfully, but these errors were encountered: