webdriverio / native-demo-app

Guinea pig app for showcasing test automation with WebdriverIO and Appium
MIT License
85 stars 32 forks source link

Add new features to the demo app #7

Open wswebcreation opened 5 years ago

wswebcreation commented 5 years ago

We already got some great feedback on the WebdriverIO demo app and try to improve it each time so it fits your needs. To make it more an app that reflects your current app we would like to add some new features. We already have these in mind:

Once these features are added to the app the https://github.com/webdriverio/appium-boilerplate will be updated with examples on how to automate these features.

So if you have some challenges and don't see them in this app, please let us know and we might be able to add them.

wswebcreation commented 3 years ago

See https://github.com/webdriverio/native-demo-app/pull/102

vparlah commented 3 years ago

It would be nice to see some geolocation tests examples for both ios and android. Like set location from code -> check location from the app

wswebcreation commented 3 years ago

Good one, will see if I can add it in the coming weeks

WasiqB commented 9 months ago

How about scanning QR Code feature? Can we add this feature example to the app?

christian-bromann commented 9 months ago

@WasiqB sounds like a cool thing to showcase, would you be interested contributing to this one?

WasiqB commented 9 months ago

I would love to contribute, but React Native is completely new to me but this will not stop me. I will start working on this feature and will raise a PR once the changes are ready.

christian-bromann commented 9 months ago

Awesome, I am sure @wswebcreation and definitely me are happy to answer questions when they arise and help out.

wswebcreation commented 9 months ago

Hi @WasiqB

tnx for the suggestion, is there a specific reason to add the QR code scanning? It’s not something you can (easily) test in Emulators and Simulators and on real devices you need to rely on what cloud vendors support regarding instrumentation and mocking. They all have a different implementation (Sauce, BS, LT and so on)

govza commented 4 months ago

Regarding the addition of the localization feature, I wonder if user-facing accessibilityLabel should also be translated (both in the code and in the tests).