Skip to content

Commit 78b3fbb

Browse files
committed
Update Paint and Paint3D README.md with new requirements and steps
1 parent 218cb73 commit 78b3fbb

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

Samples/C#/Paint3DTest/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1818
1. [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

Samples/C#/PaintTest/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,17 @@ This test project highlights some Actions API features below.
1717
## Getting Started
1818

1919
1. [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

0 commit comments

Comments
 (0)