Patrol in web-platform #1840
Unanswered
iam-shanmichael
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi folks, im doing a flutter integration testing currently in my project which in web-platform and patrol framework catch my attention however base on documentation patrol is currently available in android and IOS is that the reason why i currently stuck in white screen and loading upon opening the automation testing browser, my idea is the setup in the integration testing is in traditional way which to run the integration test using flutter driver, but the code base is base on patrol code on creating integration test
here the out put in web :
here is the command i used :
flutter drive --driver=test_driver/integration_test.dart --target=integration_test/features/authentication/page/login_authentication_test.dart -d web-server --no-headless
here the sample code i used :
here is result in my console when i run my integration testing no errors just the result
**here is the error when i try to use chrome extension to run my integration test instead of --web-server **
base on my end the testing code is correct but the platform i run is not supported yet, any idea or suggestion are really appreciated
Beta Was this translation helpful? Give feedback.
All reactions