LU04e - Adding and testing an API
Internal reference: learningunits/04-5.md
Goals
- I can migrate/prepare an app for testing over the network (primarily http)
- I can set up and run the app in container.
- I can run prepared tests (primarily unit test) against the containerized app.
- If there are any errors, I can analyze the error, suggest and test an initial workaround (troubleshooting).
Basics
Life Demo Project Traffic light with the following steps:
- Start the containerized app
- Test welcome message with curl
- Run unit tests against the API