Testing Application.FunctionalTesting #1194
Unanswered
alpemreelmas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks, nowadays I'm just trying to learn more deeply about clean architecture with dotnet. I tried to write tests.
My question is when I run tests from the IDE such as JetBrains rider or Visual Studio, they throw me an error message that says the Docker file is misconfigured.
Also, I tried to run it by myself. Other tests (units etc) run correctly, when I run tests already there such as TodoItemTest in the same FunctionalTests project it also throws the same error.
Does clean architecture use docker to run tests?
Beta Was this translation helpful? Give feedback.
All reactions