Skip to content

Commit 9f338d9

Browse files
committed
[Visualization] Update core package to use cross-platform visualization
1 parent 53037ed commit 9f338d9

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Aquality.Appium.Mobile/src/Aquality.Appium.Mobile/Aquality.Appium.Mobile.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<ItemGroup>
5252
<PackageReference Include="Appium.WebDriver" Version="5.0.0-beta03" />
53-
<PackageReference Include="Aquality.Selenium.Core" Version="2.1.0" />
53+
<PackageReference Include="Aquality.Selenium.Core" Version="3.0.0" />
5454
</ItemGroup>
5555

5656
</Project>

Aquality.Appium.Mobile/tests/Aquality.Appium.Mobile.Tests/Aquality.Appium.Mobile.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
17-
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="6.0.5.128" />
1817
</ItemGroup>
1918

2019
<ItemGroup>

Aquality.Appium.Mobile/tests/Aquality.Appium.Mobile.Tests/Samples/Android/NativeApp/AndroidBasicInteractionsTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using Aquality.Appium.Mobile.Elements.Interfaces;
33
using Aquality.Appium.Mobile.Tests.Samples.Android.NativeApp.ApiDemos.Screens;
44
using NUnit.Framework;
5-
using System.Linq;
65

76
namespace Aquality.Appium.Mobile.Tests.Samples.Android.NativeApp
87
{

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ We use interfaces where is possible, so you can implement your own version of ta
1616

1717
### Quick start
1818

19-
1. To start work with this package, simply add the nuget dependency Aquality.Appium.Mobile to your project.
19+
To start the project using Aquality.Appium.Mobile framework, you can [download our template BDD project by this link.](https://github.com/aquality-automation/aquality-appium-mobile-dotnet-template)
20+
21+
Alternatively, you can follow the steps below:
22+
23+
24+
1. Add the nuget dependency Aquality.Appium.Mobile to your project.
2025

2126
2. Configure path to your application at settings.json:
2227
- Create a `Resources` folder in your project and copy [settings.json](Aquality.Appium.Mobile/src/Aquality.Appium.Mobile/Resources/settings.json) into it.
@@ -172,8 +177,6 @@ namespace Aquality.Appium.Mobile.Template.Screens.Login
172177
var loginScreen = AqualityServices.ScreenFactory.GetScreen<LoginScreen>();
173178
```
174179
175-
You can find an example in [aquality-appium-mobile-dotnet-template](https://github.com/aquality-automation/aquality-appium-mobile-dotnet-template) repository.
176-
177180
### Devices
178181
179182
Our library allows you to run tests on different devices and store their settings (like udid, name, etc.) in JSON files.

0 commit comments

Comments
 (0)