Open rob-mur opened 2 years ago
Removed the goldens code from convenient test dev because it doesn't compile on Web. This is because it genuinely isn't supported by the underlying flutter test. Eventually this should be split out into conditional compilation that is platform dependent.
Due to flutter/flutter#111136 not yet being in stable development has to move to the master branch for now.
Further thoughts - the current supported approach for integration tests in flutter web uses chromedriver / whatever other driver depending on browser -> potentially would need to package that within the tool.
Even after doing this there seems to be internal errors in flutter that stop this from even loading a basic app. Until/if flutter gets a way to run integration tests on web using flutter run/test rather than flutter drive I don't think this will move anywhere.
Refer to flutter case #111136 , any alternative way to continue the web development by httpcllient
thanks
I'm not sure what you mean - that case is the one I linked? For now I'm using the flutter master branch in order for the debugger to work.
I'm currently taking the approach of trying to adapt flutter drive to run the convenient tests - ignoring the manager for now.
I currently get a grpc error, which I'll look into at some point.
Tracking for fzyzcjy/flutter_convenient_test#283