Under the Lab, it states that you can run the command TestReturnsOneMovie from within Visual Studio. I have tried to run it using a Dev terminal and also within the program itself by going to Views > Terminal and entering the command TestReturnsOneMovie.
I get the result: Command “TestReturnsOneMovie” is not valid.
I then tried to run it using the dotnet test --filter “Name=TestReturnsOneMovie” command and I got the result: “dotnet” is not valid.
My question is where do you run this command?