How do I Quickly Automate Sending FCM or APNS Messages?
问题 I am developing a backend service that sends push notifications to mobile apps via either FCM or APNS. I would like to create an automated test that can run in under a minute and validates that the server can successfully send a notification. Note that I do not necessarily need to check that the notification has been delivered, just that FCM or APNS has successfully processed the request to send the message. I know that theoretically I could automate this test using a tool like appium and use