File tree Expand file tree Collapse file tree
CalculatorUITestFramework Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public void SetupCalculatorSession(TestContext context)
4747 // Note: Multiple calculator windows (instances) share the same process Id
4848 var options = new AppiumOptions ( ) ;
4949
50- if ( context . Properties . Contains ( "AppId" ) )
50+ if ( context . Properties . ContainsKey ( "AppId" ) )
5151 {
5252 options . AddAdditionalCapability ( "app" , ( string ) context . Properties [ "AppId" ] ) ;
5353 }
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >net8.0</TargetFramework >
44 <Platforms >AnyCPU</Platforms >
55 </PropertyGroup >
66 <ItemGroup >
7- <PackageReference Include =" Appium.WebDriver" Version =" 4.4.0 " />
8- <PackageReference Include =" MSTest.TestFramework" Version =" 3.7.3 " />
7+ <PackageReference Include =" Appium.WebDriver" Version =" 4.4.5 " />
8+ <PackageReference Include =" MSTest.TestFramework" Version =" 4.2.2 " />
99 <PackageReference Include =" System.Drawing.Common" Version =" 9.0.4" />
10+ <PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" 10.0.7" />
1011 </ItemGroup >
1112</Project >
Original file line number Diff line number Diff line change 55 <Platforms >AnyCPU</Platforms >
66 </PropertyGroup >
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0 " />
9- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.7.3 " />
10- <PackageReference Include =" MSTest.TestFramework" Version =" 3.7.3 " />
11- <PackageReference Include =" Appium.WebDriver" Version =" 4.4.0 " />
8+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.5.1 " />
9+ <PackageReference Include =" MSTest.TestAdapter" Version =" 4.2.2 " />
10+ <PackageReference Include =" MSTest.TestFramework" Version =" 4.2.2 " />
11+ <PackageReference Include =" Appium.WebDriver" Version =" 4.4.5 " />
1212 <PackageReference Include =" System.Drawing.Common" Version =" 9.0.4" />
13+ <PackageReference Include =" System.Diagnostics.DiagnosticSource" Version =" 10.0.7" />
14+ <PackageReference Include =" Microsoft.ApplicationInsights" Version =" 3.1.0" />
1315 </ItemGroup >
1416 <ItemGroup >
1517 <ProjectReference Include =" ..\CalculatorUITestFramework\CalculatorUITestFramework.csproj" />
You can’t perform that action at this time.
0 commit comments