calculator/src/CalculatorUITestFramework
Matt Cooley afa144cd16
Remove unnecessary dependencies from UITestFramework project (#745)
The CalculatorUITestFramework project does not need Microsoft.NET.Test.Sdk or MSTest.TestAdapter. These dependencies are needed only in the project which produces the actual test assembly (in our case, the CalculatorUITests project).

Removing these resolves a build warning, since the test adapter package does not target .NET Standard.
2019-10-28 10:54:26 -07:00
..
CalculatorUITestFramework.csproj Remove unnecessary dependencies from UITestFramework project (#745) 2019-10-28 10:54:26 -07:00
HistoryPanel.cs Added Calculator Standard Mode UI Tests (#501) 2019-06-21 14:54:36 -07:00
MemoryPanel.cs Added Calculator Standard Mode UI Tests (#501) 2019-06-21 14:54:36 -07:00
NavigationMenu.cs Added Calculator Standard Mode UI Tests (#501) 2019-06-21 14:54:36 -07:00
NumberPad.cs Added Calculator Standard Mode UI Tests (#501) 2019-06-21 14:54:36 -07:00
StandardCalculatorPage.cs Added Calculator Standard Mode UI Tests (#501) 2019-06-21 14:54:36 -07:00
StandardOperatorsPanel.cs Added Calculator Standard Mode UI Tests (#501) 2019-06-21 14:54:36 -07:00
WinAppDriver.cs UI tests should be able to test both dev and store-released builds (#567) 2019-06-25 11:29:32 -07:00
WindowsDriverExtensions.cs Added Calculator Standard Mode UI Tests (#501) 2019-06-21 14:54:36 -07:00
WindowsDriverLocalService.cs Added Calculator Standard Mode UI Tests (#501) 2019-06-21 14:54:36 -07:00
WindowsDriverServiceBuilder.cs Added Calculator Standard Mode UI Tests (#501) 2019-06-21 14:54:36 -07:00
WindowsElementExtensions.cs Added Calculator Standard Mode UI Tests (#501) 2019-06-21 14:54:36 -07:00