Pascal Widdershoven

Results 66 comments of Pascal Widdershoven

I don't have a real strong opinion on this, but I slightly prefer having everything in 1 file as long as there are not too many conditions / differences between...

Yeah `ios-deploy` has always been a PITA, but I didn't realize it had gotten even worse on Catalina. I'm in favor of removing the code that installs the module automatically...

@nickve28 good point. As we discussed recently we should ship `nativeStorage` support out of the box, so this is no longer an issue at all.

@RoelN I guess we could derive this from the current locale, but I wonder if it matters in any way? From what I can tell it's mainly used by search...

Ok good to know. Let's implements this based on the current locale.

Having used Calabash I'm not sure Calabash is a great fit for Maji. `calabash-ios` and `calabash-android` have very different API's which means cucumber steps need to be implemented twice, once...

Given what I said above a full comparison between Appium and Calabash. **Calabash:** Pro: * Runs on AWS device farm without much effort * Cucumber is pretty familiar to us...

One more thing to consider: * AWS device farm does support Appium with Python and Java. Writing tests in these languages would be possible, but obviously doesn't fit very well...

Reworded this issue since with Maji 3 we no longer have capybara and rspec.

@matthijsgroen I've been thinking about this. I think there are two points to this: * Having an out of the box solution to split up locales into multiple files. *...