I have a multi-container application in .net build with docker. I want to test this application API with running project. I mean, I run a project with API and in other project I want to write tests that checks happy paths of each endpoint.
Is it possible to do it? What is the name of this type of testing?