fa-fifi / keycloak_wrapper

Keycloak Single Sign-On (SSO) authentication package for Flutter framework.
https://pub.dev/packages/keycloak_wrapper
BSD 3-Clause "New" or "Revised" License
4 stars 6 forks source link

Do integration test based on the example app #38

Open fa-fifi opened 1 month ago

fa-fifi commented 1 month ago

Unit tests are quite difficult to do since the package requires massive refactoring before being able to create mocks. So, IMHO, creating an integration test based on the example app authentication flow is easier and better. No need to refactor anything, just make sure users are able to login, view their profile, and logout using the example app.

Flutter Integration Testing Tutorial : https://www.youtube.com/watch?v=GuGdIg4iH_k

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open for 30 days with no activity. Remove the stale label or comment, or this will be closed in 7 days.