We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39e98b commit 4d6609fCopy full SHA for 4d6609f
README.md
@@ -41,3 +41,8 @@ Microsoft Visual Studio IDE is used to develop this Framework.
41
### Run Tests
42
* Test => Windows => Test Explorer => Run All
43
<img src ="RestApiTesting.Framework.Cheetah/images/testexplorer.png" width=500>
44
+
45
+### Run Tests with Command Prompt/Windows PowerShell
46
+* Open Folder in File Explorer: ..\RestApiTesting.Framework.Cheetah\bin\Debug\netcoreapp2.1
47
+* Open Command Prompt/Windows PowerShell
48
+* Run "dotnet vstest RestApiTesting.Framework.Cheetah.dll"
0 commit comments