medic / cht-release-testing

Used to track release testing on medic projects
2 stars 0 forks source link

Test Outbound pushes #82

Open ngaruko opened 4 years ago

ngaruko commented 4 years ago

Outbound push docs - https://github.com/medic/medic-docs/blob/master/configuration/outbound.md

Configure outbound push. Submit report that triggers push. Ensure that your data mapped in the outbound push config ends up at the outbound server.

Using the simple-express-server docker container.

docker run -p 3000:3000 --name express-test1 medicmobile/simple-express-server:1.0.0 to start the container and expose the port. Then run ngrok http 3000 to expose this locally. Then configure outbound push to push to your ngrok url. This should send outbound traffic from an instance to your locally running docker container.

ngaruko commented 2 years ago

This one has been automated