calculator/src/CalculatorUITestFramework
Matt Cooley 5326b8e646
Build with Visual Studio 2022 (#1793)
- Use Visual Studio 2022
- Use an Azure Pipelines image which has Visual Studio 2022 installed
- Use the v143 C++ build tools
- Use the Windows SDK version 22000
- Raise the minimum platform version to 17763
  - As a consequence of this change, we will use the "msix" file extension instead of "appx" for our packages
- Update UI tests from .NET Core 2.1 to .NET Core 3.1
2022-02-11 09:07:48 -08:00
..
CalculatorApp.cs Use different formatter for different currency (#1432) 2020-12-02 11:04:22 -08:00
CalculatorResults.cs fix UI tests in lab runs (#1375) 2020-09-21 18:07:31 -07:00
CalculatorUITestFramework.csproj Build with Visual Studio 2022 (#1793) 2022-02-11 09:07:48 -08:00
HistoryItem.cs add automation name for history and memory list item (#1628) 2021-08-03 12:29:35 +08:00
HistoryPanel.cs Remove ICustomPropertyProviders (#1229) 2020-08-12 08:22:49 -07:00
MemoryItem.cs add automation name for history and memory list item (#1628) 2021-08-03 12:29:35 +08:00
MemoryPanel.cs Fixup tests (#1429) 2021-01-11 14:40:27 -08:00
NavigationMenu.cs Update Standard Mode Calculator UI Tests (#788) 2020-02-13 14:42:43 -08:00
NumberPad.cs Fixup tests (#1429) 2021-01-11 14:40:27 -08:00
ProgrammerCalculatorPage.cs Scientific and Programmer tests (#779) 2020-04-28 10:54:55 -07:00
ProgrammerOperatorsPanel.cs Scientific and Programmer tests (#779) 2020-04-28 10:54:55 -07:00
ScientificCalculatorPage.cs Scientific and Programmer tests (#779) 2020-04-28 10:54:55 -07:00
ScientificOperatorsPanel.cs Fixup tests (#1429) 2021-01-11 14:40:27 -08:00
StandardAoTCalculatorPage.cs Fixup tests (#1429) 2021-01-11 14:40:27 -08:00
StandardCalculatorPage.cs Fixup tests (#1429) 2021-01-11 14:40:27 -08:00
StandardOperatorsPanel.cs Scientific and Programmer tests (#779) 2020-04-28 10:54:55 -07:00
UnitConverterOperatorsPanel.cs Use different formatter for different currency (#1432) 2020-12-02 11:04:22 -08:00
UnitConverterPage.cs Use different formatter for different currency (#1432) 2020-12-02 11:04:22 -08:00
UnitConverterResults.cs Fixes issue #1409 (#1412) 2020-11-10 09:56:39 -08:00
WinAppDriver.cs Build with Visual Studio 2022 (#1793) 2022-02-11 09:07:48 -08:00
WindowsDriverExtensions.cs fix UI tests in lab runs (#1375) 2020-09-21 18:07:31 -07:00
WindowsDriverLocalService.cs Fixup tests (#1429) 2021-01-11 14:40:27 -08:00
WindowsDriverServiceBuilder.cs Added Calculator Standard Mode UI Tests (#501) 2019-06-21 14:54:36 -07:00
WindowsElementExtensions.cs Fixup tests (#1429) 2021-01-11 14:40:27 -08:00