Created this NUnit Test project based on the official example from Bitbar for CSharp. Was able to successfully trigger test run as client-side Appium.
Useful documentation to be able to run this client side setup.
- NUnit test project created with
dotnet new nunit
- Install
Appium.Webdriverpackage
dotnet add package Appium.WebDriver --version 4.4.0
- Upload
<app_file>.apkin cloud - Get the Bitbar API key from My Account > My Integrations > API access and set it as environment variable
BITBAR_APIKEY - Get the App id and set it as environment variable
BITBAR_APP_IDfrom Files Library
- Set environment variables
BITBAR_APIKEYandBITBAR_APP_ID - Run tests with:
dotnet test