I have a flutter app that uses flutter_local_notifications
package to show notifications.
Is it possible to have integration_test
in form of end-to-end tests like this:
notification is scheduled (e.g. 10 seconds in future), app is closed, notification is shown, clicked, and app opens with desired result
notification is scheduled (e.g. 10 seconds in future), app is kept open, notification is shown, clicked, and app opens with desired result
etc.