We developing an Avalonia 11-based .NET 7 GUI application targeted at Linux desktop. We use Ubuntu 22.04 as development environment. We aim to add E2E testing on top of Linux, if possible both headful (to run locally) and headless (to run on Docker for CI/CD).
The only reference we have found to this possibility for Linux is https://github.com/fantonglang/appium-linux-driver, but it only offers compatibility up to Ubuntu 20.04.
Are there any other options for using Appium for Ubuntu desktop UI testing of Avalonia 11 applications, or are any planned?