{"id":30593042,"url":"https://github.com/alttester/examples-python-standalone-alttrashcat","last_synced_at":"2026-01-20T16:24:27.754Z","repository":{"id":88979090,"uuid":"532958465","full_name":"alttester/EXAMPLES-Python-Standalone-AltTrashCat","owner":"alttester","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-24T11:58:39.000Z","size":97805,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T08:26:49.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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":"2022-09-05T15:28:37.000Z","updated_at":"2025-04-23T16:57:33.000Z","dependencies_parsed_at":"2025-08-29T18:08:04.687Z","dependency_job_id":"75852e4b-eeea-4a2c-8271-7bd3bd78f77f","html_url":"https://github.com/alttester/EXAMPLES-Python-Standalone-AltTrashCat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alttester/EXAMPLES-Python-Standalone-AltTrashCat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-Python-Standalone-AltTrashCat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-Python-Standalone-AltTrashCat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-Python-Standalone-AltTrashCat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-Python-Standalone-AltTrashCat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alttester","download_url":"https://codeload.github.com/alttester/EXAMPLES-Python-Standalone-AltTrashCat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alttester%2FEXAMPLES-Python-Standalone-AltTrashCat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: 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":[],"created_at":"2025-08-29T18:05:18.901Z","updated_at":"2026-01-20T16:24:27.739Z","avatar_url":"https://github.com/alttester.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Standalone Build with Python Tests\n\nThis repository shows a few Python tests that use the page object model and AltTester® Unity SDK to test the Unity Endless Runner sample:\n\nhttps://assetstore.unity.com/packages/essentials/tutorial-projects/endless-runner-sample-game-87901\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- **MacOS/Linux**:\n    1. Download and install the AltTester® Desktop for MacOS from [here](https://alttester.com/downloads/), then open it.\n    2. 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    3. Create a folder `TrashCatMac` under `App` and include the instrumented app under the App/TrashCatMac/ folder.\n    4. Run `./start_tests_Mac.sh` in your terminal.\n\n- **Windows**:\n    1. Download and install the AltTester® Desktop for Windows from [here](https://alttester.com/downloads/), then open it.\n    2. 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    3. Create a folder `TrashCatWindows` under `App` and include the instrumented app under the App/TrashCatWindows/ folder.\n    4. Run `./start_tests_Windows.sh` in your terminal.\n\nThis script will:\n\n- start the app on your device\n- run the tests\n- stop the app after the tests are done\n\n## Allure\nAs an option, to run and process the test report you will need to install Allure beforehand. You can do that by using npm and the following command `npm install -g allure-commandline --save-dev` or check the Allure official page for more installation options.\n\nTo run the tests, you can use the same setup as in the case of Windows/MacOS, but in the third step, use the following command  `start_tests_Windows_with_Allure.sh` / `start_tests_Mac_with_Allure.sh` instead of `start_tests_Windows.sh` / `start_tests_Mac.sh`.\n\n\nThe `start_tests_Windows_with_Allure.sh`/ `start_tests_Mac_with_Allure.sh` script will:\n- start the app on your device\n- create an `allure-report` folder\n- run the tests\n- generate the Allure report\n- combine the Allure report in a single HTML file\n- stop the app after the tests are done\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttester%2Fexamples-python-standalone-alttrashcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falttester%2Fexamples-python-standalone-alttrashcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falttester%2Fexamples-python-standalone-alttrashcat/lists"}