|
|
|
|
|
by ljw1001
2900 days ago
|
|
You can isolate your server code behind an interface that lets you test it in your IDE, using the same requests that would normally originate in the browser. You just translate each browser request into an API call, and test that API call. No browser needed. Cake + Eat-it, too. |
|