We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

andyssundaypink • 7 years ago

Hi, I have question regarding the code to check the push notification. In the NotifyTest.js, it sends requests to pushcrew.com api. Is this request is the one which requests the notifications? I am a little bit puzzled here since I thought that we want to automate the accepting of the push notification sent by the Application Under Test. I might misunderstood it. Can you please elaborate in it? Thank you

Jatin Makhija • 7 years ago

Hey,

The request which is sent from NotifyTest.js is using PushCrew API to send push notifications to your existing subscribers.
You can refer to the complete API here

https://api.pushcrew.com/do...

Hope this helps.