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.
 
 
 
Steven Kirk 3096a2d159 Add failing integration test. 3 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 Updated packages used by tests. 3 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 Added failing integration tests for #10232. 3 years ago
DefaultCollection.cs Rename integration tests now they're not win32-only. 4 years ago
ElementExtensions.cs Fix failing integration tests on macOS. 3 years ago
GestureTests.cs fix integration tests. 3 years ago
ListBoxTests.cs Refactor PlatformFact. 4 years ago
MenuTests.cs Fix flaky menu integration tests. 4 years ago
NativeMenuTests.cs Refactor PlatformFact. 4 years ago
PlatformFactAttribute.cs Reuse PlatformFact on some onplatform tests 3 years ago
PlatformTheoryAttribute.cs Added tests for #8335. 4 years ago
SliderTests.cs Fix test 3 years ago
TestAppFixture.cs use net 7 for integration test app. 3 years ago
WindowTests.cs Added additional failing integration tests. 3 years ago
WindowTests_MacOS.cs Add failing integration test. 3 years ago
macos-clean-build-test.sh use net 7 for integration test app. 3 years ago
readme.md use net 7 for integration test app. 3 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/net7.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).