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.Webdriver
package
dotnet add package Appium.WebDriver --version 4.4.0
- Upload
<app_file>.apk
in 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_ID
from Files Library
- Set environment variables
BITBAR_APIKEY
andBITBAR_APP_ID
- Run tests with:
dotnet test