How to start Asp.Net Core application in docker to be open in CI Playwright tests?
We have ASP.Net Core MVC microservice and want to add automated UI tests using PlayWright.
.
PlayWright tests should be in the same repository and tests should be run as a part of CI before the application will be deployed.