Originally published at: Simplify native build testing with Native App Previews in Appflow - Ionic Blog
If native mobile app testing makes you feel like you’re stuck in a “for” loop without an exit condition, then Native App Previews in Appflow are for you! Appflow, the mobile CI/CD solution built by Ionic, now offers in-browser testing on native virtual devices for both iOS Simulator and Android Debug builds. Developers can now…
1 Like
Could this also be combined with cypress or something similar?
Hey @buan, this feature is meant for manual testing within the Appflow Dashboard. For automated testing, you can use Cypress to test against a web build running in a browser, or something like Appium to test a native mobile build of your app. You can check out the webinar here and blog post here with some more details for how to test your mobile apps.