Hah, I just wrote something very much like this. I added properties for backend stubbing, used mitm package to intercept calls. But in order to do that, I needed to load the application up in the same process as the test executor, which was fairly simple thanks to the micro package.
Hah, I just wrote something very much like this. I added properties for backend stubbing, used
mitmpackage to intercept calls. But in order to do that, I needed to load the application up in the same process as the test executor, which was fairly simple thanks to themicropackage.Great! Noapi defines the api and test cases together, which is very intuitive. Maybe you can try it.:)