Application Sequence

Let's take a moment to consider what we need for our end-to-end feature tests to be able to interact with the internals of our API.

Ideally we want our 'requests' to be hitting as much of our application so we need to figure out what parts we need in our json() test helper and in what sequence. The sequence will actually be pretty similar to that of a front-controller, which is the first thing that a real request would hit.

Branch: https://github.com/GaryClarke/pest-tdd/tree/8-application-sequence

Complete and Continue  
Discussion

2 comments