wolfenrain / fluttium

Fluttium, the user flow testing tool for Flutter
https://fluttium.dev
MIT License
361 stars 10 forks source link

Question: Any suggestion how to interact with Web #415

Open mskhan18 opened 4 months ago

mskhan18 commented 4 months ago

Description

I am currently facing a challenge with my Flutter application's testing process. Initially, I developed a comprehensive test suite using Fluttium for the native app. However, our registration and signup flow has now been transitioned from the native app to a web-based platform. Given the substantial investment of time and effort in creating the existing test suite with Fluttium, I am seeking guidance on how to automate the testing of the web view without migrating away from Fluttium.

Considering my situation, I am keen to explore solutions that would allow me to seamlessly integrate web view testing within the Fluttium framework, ensuring that the work already undertaken is leveraged effectively. I am open to any recommendations or strategies that would enable me to adapt the existing test suite to accommodate the web view changes, without necessitating a switch to alternative testing frameworks such as Patrol or Honey.

Your insights, suggestions and expertise in this matter would be greatly appreciated.

mskhan18 commented 4 months ago

@wolfenrain