-
Notifications
You must be signed in to change notification settings - Fork 135
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
How to run e2e on android device #122
Comments
Hey, Thanks for reaching out. See #52. We haven't implemented a way of doing this yet, but it is on the list. Personally I've never done anything with emulation before, let alone testing. I encourage you to comment on #52 if you have any opinion or past experience with this. If you can lend a hand that would be great. I will close this now as we have #52 already for emulation. |
Hi, I have try to run e2e on Native Clicker (.apk). Now I can run it with appium (but not finish all)
but it will fail in "the left menu has a link with title Clickers" because in last test click "menu" and not toggle again then this test will fail |
Hi, Thanks for the update on progress with this. As per my previous response emulation is still on the TODO list. What's the exact output from your test failure? I may be able to help debug. Thanks |
#52 seems to be about Ripple, and what I have is more a direct follow-up to the above. I have created a version of Clicker that manages to get some tests running through Appium onto an Android emulator. Seven of twelve tests fail. The message for the first failure is
Does this help? |
Testing on emu / device is not supported. Sounds like you've made some good progress on it. How about a PR on #52? |
#52 is not meant to be about ripple, just a recommended way of testing on device / emu. |
I'm new for ionic. I want to know how can i use this sample to run test on real device or emu.
I try to test with appium on my device but test not start application it start chrome
this my config
The text was updated successfully, but these errors were encountered: