I've a project with HTTP requests. I wants test these requestes at runtime, on differents forms and params. I can use a playground to do this? Because I need execute the app every change and if I've a playground I can test requests quickly. I'm using Alamofire.
Asked
Active
Viewed 20 times
0
-
Wouldn't a UI or unit test be a better approach? You could just create a suite of "different forms and params" and just run through them at the push of a button. – matt Aug 16 '18 at 17:16
-
Yes, I could. But the playground is better option. – Augusto Aug 16 '18 at 17:17