I'm testing a native ios/android app using a webdriverio boilerplate (https://github.com/webdriverio/appium-boilerplate) project as basis.
But for some scenarios I need to put a user with a precondition info, and for that i want to send a HTTP request to a webserver to set the info for that user.
There is any way to send a post wile using webdriverio an appium on native apps?
I'm trying to send the post after initialize the app but nothing seems to be happening...