-
Notifications
You must be signed in to change notification settings - Fork 10
Add support for on-device testing with Calabash (or another similar tool) #123
Comments
Having used Calabash I'm not sure Calabash is a great fit for Maji. Appium on the other hand seems to abstracts the platform much better. I was able to write a single spec that directly interacts with the Cordova webview, without having to write any special code for a specific platform. However there are a couple of cons for Appium as well:
Food for thought. |
Given what I said above a full comparison between Appium and Calabash. Calabash:
Con:
Appium:
Con:
All in all both have quite severe cons :-( |
One more thing to consider:
|
Reworded this issue since with Maji 3 we no longer have capybara and rspec. |
Capybara/Rspec is simple, but running tests on real devices is much better.
The project template should include a Calabash example spec.
The text was updated successfully, but these errors were encountered: