{"id":39494546,"url":"https://github.com/code-dot-org/dance-stress-test","last_synced_at":"2026-01-18T05:40:47.699Z","repository":{"id":50181711,"uuid":"156768706","full_name":"code-dot-org/dance-stress-test","owner":"code-dot-org","description":"Run Dance Party against real mobile devices in the cloud","archived":false,"fork":false,"pushed_at":"2022-12-27T15:35:13.000Z","size":2067,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":25,"default_branch":"main","last_synced_at":"2024-04-14T20:22:18.655Z","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/code-dot-org.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}},"created_at":"2018-11-08T21:04:43.000Z","updated_at":"2019-12-02T20:01:03.000Z","dependencies_parsed_at":"2023-01-31T04:15:39.701Z","dependency_job_id":null,"html_url":"https://github.com/code-dot-org/dance-stress-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code-dot-org/dance-stress-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-dot-org%2Fdance-stress-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-dot-org%2Fdance-stress-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-dot-org%2Fdance-stress-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-dot-org%2Fdance-stress-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-dot-org","download_url":"https://codeload.github.com/code-dot-org/dance-stress-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-dot-org%2Fdance-stress-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28531264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":[],"created_at":"2026-01-18T05:40:47.025Z","updated_at":"2026-01-18T05:40:47.670Z","avatar_url":"https://github.com/code-dot-org.png","language":"Python","readme":"# Dance stress tests\n\nRuns Dance Party against real iOS and Android devices using AWS Device Farm.\n\n## Running on AWS Device Farm\n\n_Based on [this setup guide](https://github.com/aws-samples/aws-device-farm-sample-web-app-using-appium-python) so check there if you get lost._\n\n### System Dependencies\n\n1. Install Python 2\n\n1. Install [`pip`](https://pip.pypa.io/en/stable/installing/)\n   \n   For Ubuntu use the `python-pip` package:\n   ```bash\n   sudo apt install python-pip\n   ```\n   \n1. Install python [virtualenv](https://pypi.org/project/virtualenv/)\n\n   ```bash\n   pip install virtualenv\n   ```\n\n### Project setup\n\n1. Clone this repo\n\n   ```bash\n   git clone https://github.com/code-dot-org/dance-stress-test.git\n   cd dance-stress-test\n   ```\n\n1. Create a virtualenv workspace\n\n   ```bash\n   virtualenv .\n   ```\n   \n1. Active your workspace in your current terminal\n\n   You'll need to do this each time you open a new interactive terminal session for this project.\n   \n   ```bash\n   source bin/activate\n   ```\n   \n1. Install additional project dependencies into your workspace\n\n   ```bash\n   pip install -r project_requirements.txt\n   ```\n   \n1. Verify you can load and list tests\n\n   ```bash\n   py.test --collect-only tests\n   ```\n\n### Running tests on Device Farm\n\n1. Run the `buildzip` script to generate a package for upload to Device Farm\n\n    ```bash\n    ./buildzip\n    # Expect output to end with:\n    # 2.0M\ttest_bundle.zip\n    ```\n    \n2. Use AWS Device Farm to run the tests.\n\n   Sign into AWS Console\n   \n   click  [here](https://us-west-2.console.aws.amazon.com/devicefarm/home?region=us-east-1#/projects/f720d748-5279-410f-8144-a6c7be46fd63/runs) to open our AWS Device Farm project.\n\n   Click \"Create a new run\"\n   \n   At \"Choose your application\" pick \"Test a web application.\"  The run name is just a label.\n   \n   At \"Configure\" pick \"Appium Python\" and upload the test_bundle.zip you just generated.  After the zip file is processed more settings will pop up - use \"Run your test in a custom environment\" and the default YAML spec.\n   \n   At \"Select devices\" use whatever device pool you like - I've been using iPhone 5s and Samsung Galaxy S4.\n   \n   At \"Review and start run\" use a 30 minute timeout.\n\n## Note\nDue to how many tests there are, it might be easiest to run a subset of tests on each Device Farm run.\n\n## Local testing\n\nNot solved yet! This is more difficult than it looks\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-dot-org%2Fdance-stress-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-dot-org%2Fdance-stress-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-dot-org%2Fdance-stress-test/lists"}