Hi,

we now have some Node.js test driver in place, as part of our overall test-suite repo. I've merged Josemi's work here:
https://github.com/aerogear/ups-test-suite/tree/master/dynamic-test-driver

The script uses the Node Admin client ([1]) to receive a list of all PushApplications and than uses our own Node.js sender ([2]) to send a push against the fetched PushApps!

I hope you will enjoy it!


[1] https://github.com/bucharest-gold/unifiedpush-admin-client
[2] https://github.com/aerogear/aerogear-unifiedpush-nodejs-client/

--