📄️ The Customers App
The Web App we will be using for integration tests
📄️ The same, but different
Let's take a look at what we can keep from the API approach
📄️ Running the app for testing
Let's setup our test suite for UI testing
📄️ Bootstrapping our tests
Let's setup our test suite for UI testing
📄️ Running Docker Compose
Let's see how we can start and stop Docker for testing
📄️ Introduction to Browser testing
Let's see how we can run an in-memory browser for our tests
📄️ Our first UI integration test
Let's use what we've learned to write our first UI integration test
📄️ Exercise: The rest of the tests
Let's write tests for the remaining use-cases