Open
Description
Context
There have been a few issues opened asking questions about testing flutter apps with Amplify (unit and integration). The amplify flutter docs currently don't offer much guidance on testing.
Request
At a minimum:
- Add basic documentation for writing unit tests and integration tests with Amplify Flutter. A simple example and link to the flutter docs may be sufficient.
- Callout any known limitations (hosted UI)
Ideally:
- Provide info on writing integration tests with hosted UI. Currently this is a limitation, and a work around would need to be identified. See: How to write integration test for social login #950
- Provide suggested solutions to some of the challenging aspects of writing integration tests with Amplify (confirmation codes) that we have already solved for our own integration testing needs.