Relative Content

Tag Archive for fluttertestingselenium-chromedriver

Flutter web – integration test interaction between two applications

Problem We have 2 flutter applications (A and B) running on the web on different domains. Application A redirects to application B and eventually application B redirects back to application A. (this is needed to perform an OAUTH2 flow) At the moment, we have separate integration tests on each application. However, this misses some critical […]