Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guidance regarding applications with infinite animations (3.0.0rc) #284

Open
Icedude907 opened this issue Feb 14, 2023 · 0 comments
Open

Comments

@Icedude907
Copy link

Hello all, thank you for the work you are doing.

I am currently working on a project utilising the flutter sdk's integration_test package for testing. (Running on the web with a chromedriver.)
As part of the program, there is an animation that runs potentially forever.
When running tests with this animation active however, even if they complete, next test will never run and time out - waiting for the animation to finish.
I'd like to be able to continue regardless of this animation.

I've done some research and it seems that FlutterDriver().runUnsynchronized(...) may do what I want, but I don't know of any way to hook into that functionality using flutter_gherkin.

I've created a reproducable code sample here using a CircularProgressIndicator.
Thanks for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant