You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, been using appium-flutter-driver for all of our apps and been smooth-sailing since 👍
We have a new project that is a little different from our existing ones that is causing automation struggles for my team.
We have 2 repositoryies:
RepositoryA which is the main app, has the main.dart and the command to enable flutter automation through the app.
RepositoryB which is a feature only that gets imported in RepositoryA, no main.dart on this repo.
RepositoryA has 3 screens: Screen1, Screen2, Screen3
RepositoryB has Screen4.
When we launch the app, we are able to navigate through RepositoryA's screens via automation, but upon reaching Screen4 (RepositoryB's), we can't anymore. We have defined keys on repositoryB as well, but seems everything we do automation related on this screen does nothing.
Attached the ff: pytest script converted to txt file, appium logs
Hello, been using appium-flutter-driver for all of our apps and been smooth-sailing since 👍
We have a new project that is a little different from our existing ones that is causing automation struggles for my team.
We have 2 repositoryies:
RepositoryA which is the main app, has the main.dart and the command to enable flutter automation through the app.
RepositoryB which is a feature only that gets imported in RepositoryA, no main.dart on this repo.
RepositoryA has 3 screens: Screen1, Screen2, Screen3
RepositoryB has Screen4.
When we launch the app, we are able to navigate through RepositoryA's screens via automation, but upon reaching Screen4 (RepositoryB's), we can't anymore. We have defined keys on repositoryB as well, but seems everything we do automation related on this screen does nothing.
Attached the ff: pytest script converted to txt file, appium logs
pytest_test.txt
Screen4-automation-not-working-appiumlogs.txt
Any insights are appreciated and please do let me know if more info is needed 😄
The text was updated successfully, but these errors were encountered: