A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dan Walmsley 92bdf1cce5
install the integration sample app
4 years ago
..
Properties Rename integration tests now they're not win32-only. 4 years ago
AutomationTests.cs Added a NativeMenu test for macOS. 4 years ago
Avalonia.IntegrationTests.Appium.csproj Added integration tests for WindowStartupLocation. 4 years ago
ButtonTests.cs Refactor PlatformFact. 4 years ago
CheckBoxTests.cs Rename integration tests now they're not win32-only. 4 years ago
ComboBoxTests.cs Refactor PlatformFact. 4 years ago
DefaultCollection.cs Rename integration tests now they're not win32-only. 4 years ago
ElementExtensions.cs Sigh, winappdriver. 4 years ago
ListBoxTests.cs Refactor PlatformFact. 4 years ago
MenuTests.cs Refactor PlatformFact. 4 years ago
NativeMenuTests.cs Refactor PlatformFact. 4 years ago
PlatformFactAttribute.cs Refactor PlatformFact. 4 years ago
PlatformTheoryAttribute.cs Added tests for #8335. 4 years ago
TestAppFixture.cs Trying to get stuff working on macOS. 4 years ago
WindowTests.cs Account for scaling. 4 years ago
WindowTests_MacOS.cs Added tests for #8335. 4 years ago
macos-clean-build-test.sh install the integration sample app 4 years ago
readme.md Grammatical corrections to product names: XCode -> Xcode, .Net -> .NET, Javascript -> JavaScript, MacOS -> macOS, MacOs -> macOS 4 years ago
xunit.runner.json Rename integration tests now they're not win32-only. 4 years ago

readme.md

Running Integration Tests

Windows

Prerequisites

Running

  • Run WinAppDriver (it gets installed to the start menu)
  • Run the tests in this project

macOS

Prerequisites

  • Install Appium: https://appium.io/
  • Give Xcode helper the required permissions
  • cd samples/IntegrationTestApp then ./bundle.sh to create an app bundle for IntegrationTestApp
  • Register the app bundle by running open -n ./bin/Debug/net6.0/osx-arm64/publish/IntegrationTestApp.app

Running

  • Run appium
  • Run the tests in this project

Each time you make a change to Avalonia or IntegrationTestApp, re-run the bundle.sh script (registration only needs to be done once).