{"id":30593022,"url":"https://github.com/alttester/examples-csharp-standalone-alttrashcat","last_synced_at":"2026-02-20T18:01:44.037Z","repository":{"id":193000118,"uuid":"687859558","full_name":"alttester/EXAMPLES-CSharp-Standalone-AltTrashCat","owner":"alttester","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-15T13:46:36.000Z","size":31,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T18:55:14.560Z","etag":null,"topics":["allure-report","alttester","alttester-unity-sdk","automation","desktop","nunit","reporting","testing"],"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-06T06:48:31.000Z","updated_at":"2025-04-15T11:11:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bda5170-3c92-46c8-939c-a002a545a44e","html_url":"https://github.com/alttester/EXAMPLES-CSharp-Standalone-AltTrashCat","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.4285714285714286,"last_synced_commit":"5ceb2eca53e9045aa1d565715a72fcc18ab7c98a"},"previous_names":["alttester/examples-csharp-allurenunit-alttrashcat","alttester/examples-csharp-standalone-alttrashcat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alttester/EXAMPLES-CSharp-Standalone-AltTrashCat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-Standalone-AltTrashCat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-Standalone-AltTrashCat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-Standalone-AltTrashCat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-Standalone-AltTrashCat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alttester","download_url":"https://codeload.github.com/alttester/EXAMPLES-CSharp-Standalone-AltTrashCat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-CSharp-Standalone-AltTrashCat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29659752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["allure-report","alttester","alttester-unity-sdk","automation","desktop","nunit","reporting","testing"],"created_at":"2025-08-29T18:05:12.053Z","updated_at":"2026-02-20T18:01:44.012Z","avatar_url":"https://github.com/alttester.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Standalone Build with CSharp Tests\n\nThis repository shows a few C# tests that use the page object model and AltTester® to test the Unity Endless Runner sample:\nhttps://assetstore.unity.com/packages/essentials/tutorial-projects/endless-runner-sample-game-87901\n\n## NuGet package\n\n**This project already has the AltDriver inside, but otherwise would require adding the https://www.nuget.org/packages/AltTester-Driver package to work.**\n\n### Running the tests on Windows or MacOS\nThe tests are meant to be run on a Windows or MacOS device.\nCreate a folder `App` under the project.\n\nTo start the tests, depending on your OS run:\n\n❗ Starting with version 2.0.0, the AltTester® Desktop must be running on your PC while the tests are running.\n\n- **Windows**:\n    1. Download and install the AltTester® Desktop for Windows from [here](https://alttester.com/downloads/), then open it.\n    2. Install Allure on your Windows by following the steps from [Scoop installation](https://docs.qameta.io/allure/#_windows) or [Manual installation](https://docs.qameta.io/allure/#_manual_installation)\n    3. Instrument the TrashCat application using the latest version of AltTester® Unity SDK - for additional information you can follow [this tutorial](https://alttester.com/walkthrough-tutorial-upgrading-trashcat-to-2-0-x/#Instrument%20TrashCat%20with%20AltTester%20Unity%20SDK%20v.2.0.x)\n    4. Create a folder `TrashCatWindows` under `App` and include the instrumented app under the App/TrashCatWindows/ folder.\n    5. Create an `allureConfig.json` file under `bin/Debug/netcoreappX`. For the content of this file, please take a look at the following [example](https://docs.qameta.io/allure/#_config_samples)\n    6. Run `./start_tests_Windows.sh` in your bash terminal.\n\n- **MacOS**:\n    1. Download and install the AltTester® Desktop for MacOS from [here](https://alttester.com/downloads/), then open it.\n    2. Install Allure on your MacOS by using the following command in your terminal `brew install allure`.\n    3. Instrument the TrashCat application using the latest version of AltTester® Unity SDK - for additional information you can follow [this tutorial](https://alttester.com/walkthrough-tutorial-upgrading-trashcat-to-2-0-x/#Instrument%20TrashCat%20with%20AltTester%20Unity%20SDK%20v.2.0.x)\n    4. Create a folder `TrashCatMac` under `App` and include the instrumented app under the App/TrashCatMac/ folder.\n    5. Create an `allureConfig.json` file under `bin/Debug/netcoreappX`. For the content of this file, please take a look at the following [example](https://docs.qameta.io/allure/#_config_samples)\n    6. Run `./start_tests_Mac.sh` in your bash terminal.\n\n\n❗ To manually open the Allure report, navigate to the `allure-reports` folder and open the `index.html` file [with live server](https://www.alphr.com/vs-code-open-with-live-server/).\n\n   \nThis script will:\n\n- start the app on your device\n- create an `allure-results` folder\n- run the tests\n- generate and start the Allure report\n- stop the app after the tests are done\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttester%2Fexamples-csharp-standalone-alttrashcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falttester%2Fexamples-csharp-standalone-alttrashcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttester%2Fexamples-csharp-standalone-alttrashcat/lists"}