{"id":30593028,"url":"https://github.com/alttester/examples-csharp-bitbar-alttrashcat","last_synced_at":"2025-08-29T18:05:16.031Z","repository":{"id":198510562,"uuid":"699718293","full_name":"alttester/EXAMPLES-CSharp-BitBar-AltTrashCat","owner":"alttester","description":"NUnit test project with AltTester v2.0.x setup for running on Bitbar using Appium (both client and server side)","archived":false,"fork":false,"pushed_at":"2025-04-25T12:32:52.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"client-side-android","last_synced_at":"2025-04-25T13:30:35.720Z","etag":null,"topics":["alttester","alttester-2-0-0","alttester-unity-sdk","bitbar","bitbar-client-side-appium","bitbar-server-side-appium","csharp","nunit-tests","test-automation","testing","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alttester.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-03T07:45:07.000Z","updated_at":"2025-04-25T12:18:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"029b70df-3758-42bd-aa94-67f7555702c2","html_url":"https://github.com/alttester/EXAMPLES-CSharp-BitBar-AltTrashCat","commit_stats":null,"previous_names":["alttester/examples-csharp-bitbar-alttrashcat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alttester/EXAMPLES-CSharp-BitBar-AltTrashCat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-BitBar-AltTrashCat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-BitBar-AltTrashCat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-BitBar-AltTrashCat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-BitBar-AltTrashCat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alttester","download_url":"https://codeload.github.com/alttester/EXAMPLES-CSharp-BitBar-AltTrashCat/tar.gz/refs/heads/client-side-android","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-BitBar-AltTrashCat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272734612,"owners_count":24984277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alttester","alttester-2-0-0","alttester-unity-sdk","bitbar","bitbar-client-side-appium","bitbar-server-side-appium","csharp","nunit-tests","test-automation","testing","testing-tools"],"created_at":"2025-08-29T18:05:14.545Z","updated_at":"2025-08-29T18:05:16.022Z","avatar_url":"https://github.com/alttester.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Running C# tests using Appium and AltTester® on Bitbar cloud devices\n\n## Server-Side\n\nFollow [Running Cloud-Side Appium tests](https://support.smartbear.com/bitbar/docs/en/mobile-app-tests/automated-testing/appium-support/running-cloud-side-appium-tests.html) to prepare zip archive.\n\n1. Upload zip with all tests and with `run-test.sh` script to launch test execution at the root level of the package.\n2. Upload .apk / .ipa\n3. Create new test run with previously uploaded files\n\n### Server-side with AltTester® Server running in a separate Windows VM, accessible by both tests and game build through IP.\n\nTested setup using AltTester® Server running in a Windows Azure VM. The conditions for the connection to work:\n- the IP of the VM needs to be specified in `BaseTest.cs` when altDriver is instantiated.\n- the game build needs to be instrumented with the same host IP.\n\n### Server-side with AltTester® Server running in Bitbar Ubuntu VM (localhost)\n\nThe script which is executed on Bitbar VM needs to contain the installation and launching of the AltTester® Desktop build.\n\n## Client-Side\n\nFollow [Running Client-Side Appium tests](https://support.smartbear.com/bitbar/docs/en/mobile-app-tests/automated-testing/appium-support/running-client-side-appium-tests.html) to have an overview of the requirements.\n\n1. Upload .apk / .ipa\n2. Set \u0026 load `BITBAR_APIKEY` and `BITBAR_APP_ID_SDK_202` as environment variables\n3. Prepare appium and bitbar specific capabilities in SetupAppium function from `BaseTest.cs`.\n4. To be able to connect to AltServer running in a separate Windows VM, accessible by both tests and game build through IP, set `HOST_ALT_SERVER` as environment variable.\n\n\n! NOTE: Running client side tests with AltTester® Server running on same machine is failing even if using `SmartBear SecureTunnel`. We assume this is happening due to websocket implementation and incompatibility with AltTester® Server.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttester%2Fexamples-csharp-bitbar-alttrashcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falttester%2Fexamples-csharp-bitbar-alttrashcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttester%2Fexamples-csharp-bitbar-alttrashcat/lists"}