File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,24 @@ This test project highlights some Actions API interactions below.
99
1010## Requirements
1111
12- - Windows 10 PC with the latest Windows 10 version (Version 1607 or later)
12+ - Windows 10 PC with the latest Windows 10 version (Version 1809 or later)
1313- Microsoft Visual Studio 2017 or later
1414
1515
1616## Getting Started
1717
18181 . [ Run] ( ../../../README.md#installing-and-running-windows-application-driver ) ` WinAppDriver.exe ` on the test device
19- 1 . Open ` Paint3DTest.sln ` in Visual Studio
20- 2 . Select ** Test** > ** Windows** > ** Test Explorer**
21- 3 . Select ** Run All** on the test pane or through menu ** Test** > ** Run** > ** All Tests**
19+ 2 . Open ` Paint3DTest.sln ` in Visual Studio
20+ 3 . Select ** Build** > ** Rebuild Solution**
21+ 4 . Select ** Test** > ** Windows** > ** Test Explorer**
22+ 5 . Select ** Run All** on the test pane or through menu ** Test** > ** Run** > ** All Tests**
2223
2324> Once the project is successfully built, you can use the ** TestExplorer** to pick and choose the test scenario(s) to run
2425
26+ > If Visual Studio fail to discover and run the test scenarios:
27+ > 1 . Select ** Tools** > ** Options...** > ** Test**
28+ > 2 . Under * Active Solution* , uncheck * For improved performance, only use test adapters in test assembly folder or as specified in runsettings file*
29+
2530
2631## Including proper appium-dotnet-driver NuGet package
2732
Original file line number Diff line number Diff line change @@ -17,12 +17,17 @@ This test project highlights some Actions API features below.
1717## Getting Started
1818
19191 . [ Run] ( ../../../README.md#installing-and-running-windows-application-driver ) ` WinAppDriver.exe ` on the test device
20- 1 . Open ` PaintTest.sln ` in Visual Studio
21- 2 . Select ** Test** > ** Windows** > ** Test Explorer**
22- 3 . Select ** Run All** on the test pane or through menu ** Test** > ** Run** > ** All Tests**
20+ 2 . Open ` PaintTest.sln ` in Visual Studio
21+ 3 . Select ** Build** > ** Rebuild Solution**
22+ 4 . Select ** Test** > ** Windows** > ** Test Explorer**
23+ 5 . Select ** Run All** on the test pane or through menu ** Test** > ** Run** > ** All Tests**
2324
2425> Once the project is successfully built, you can use the ** TestExplorer** to pick and choose the test scenario(s) to run
2526
27+ > If Visual Studio fail to discover and run the test scenarios:
28+ > 1 . Select ** Tools** > ** Options...** > ** Test**
29+ > 2 . Under * Active Solution* , uncheck * For improved performance, only use test adapters in test assembly folder or as specified in runsettings file*
30+
2631
2732## Including proper appium-dotnet-driver NuGet package
2833
You can’t perform that action at this time.
0 commit comments