Testing What Users Can’t See
Let’s learn to write a request test.
We'll cover the following...
Setting up the test
Request tests are similar to feature tests in that they exist to test things in integration, but they differ from feature tests in their focus. They’re mostly concerned with what the ...