Jesse Donat
Jesse Donat
Very cool! I'll need to poke and prod this later, I'm AFK for a couple days, but I'm excited to this.
Sorry for the delay in getting this merged. I really wanted to get PHP running on a Windows system and give it a try before hand. After hamfisting my way...
Also, I just want to be sassy and add "why you wouldn't just use WSL is a mystery to me" 😆
Hmmph. Once I merged it, I'm getting a semi-consistent CI failure on PHP 5.5... Well that's no fun
I think this would be a useful feature to have. Off the _top of my head_ I'm not sure a great way to implement it but I will certainly look...
@dron2004 I'd like to get this merged and tagged, do you have any experience with any Windows based CI solutions?
Replaced by #42
That is the expected correct behaviour. You are defining the endpoint, not including the GET parameters. Your API call can append whatever GET parameters it wants and then you can...
Do you need to test multiple API calls at a time? If you're testing a single API call at a time, you can easily change the response of an endpoint....
We have APIs we test internally that vary on GET parameters, as well but we are only testing a single call at a time, so we can easily do as...