I am using Appium and Webdriver IO (WDIO).
I need to make API calls to the backend to setup and data and retrieve data during the test.
I can do some of this if I use the before function, but the test fails if I use it in the actual test.
Is it possible to make backend calls during these tests?
FYI, I am using async await and axios.