{"id":21909565,"url":"https://github.com/access-company/testgear","last_synced_at":"2026-03-15T02:24:12.618Z","repository":{"id":31382785,"uuid":"127705945","full_name":"access-company/testgear","owner":"access-company","description":"Test gear application for Antikythera Framework","archived":false,"fork":false,"pushed_at":"2025-03-11T09:31:25.000Z","size":159,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-04-16T01:55:22.566Z","etag":null,"topics":["antikythera","api-server","elixir","erlang-otp"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/access-company.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-04-02T05:19:30.000Z","updated_at":"2025-03-11T09:31:28.000Z","dependencies_parsed_at":"2024-07-08T07:55:39.635Z","dependency_job_id":"acc9d450-f381-4fec-a1c8-47b5c89918d4","html_url":"https://github.com/access-company/testgear","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/access-company%2Ftestgear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/access-company%2Ftestgear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/access-company%2Ftestgear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/access-company%2Ftestgear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/access-company","download_url":"https://codeload.github.com/access-company/testgear/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249183107,"owners_count":21226141,"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","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":["antikythera","api-server","elixir","erlang-otp"],"created_at":"2024-11-28T17:19:26.566Z","updated_at":"2026-03-15T02:24:12.538Z","avatar_url":"https://github.com/access-company.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testgear\n\nA gear application of [Antikythera]. As the name suggests, used for testing [Antikythera]'s core functionality.\n\n[Antikythera]: https://github.com/access-company/antikythera\n\nTestgear is:\n\n- installable to any [Antikythera] instances\n- utilized in [upgrade compatibility test](https://github.com/access-company/antikythera/blob/master/local/mix/upgrade_compatibility_test.ex)\n- also, a sample case of gear application implementation\n\n## Installation\n\nTestgear can be installed to any Antikythera instances.\n\nTo do so, you must supply `ANTIKYTHERA_INSTANCE_DEP` environment variable.\nIt must declare dependency to your Antikythera instance in the form of dependency tuple,\njust like you do in ordinary `mix.exs` file.\n\nExample sequence up to compilation:\n\n```sh\n$ git clone https://github.com/access-company/testgear.git\n$ cd testgear\n$ ANTIKYTHERA_INSTANCE_DEP='{:instance_name, [git: \"git@github.com:your-organization/instance_name.git\"]}'\n$ export ANTIKYTHERA_INSTANCE_DEP\n$ mix deps.get\n* Getting instance_name (git@github.com:your-organization/instance_name.git)\n... (snip)\n\n$ mix deps.get # Fetch dev/test-only dependencies declared in instance_name\n$ mix compile\n$ unset ANTIKYTHERA_INSTANCE_DEP\n```\n\n`ANTIKYTHERA_INSTANCE_DEP` is required **whenever `mix` is involved**, since testgear's `mix.exs` file depends on its value.\n\nWhen you run already compiled Testgear with your Antikythera instance release (generated by [mix task](https://github.com/access-company/antikythera/blob/master/core/mix/generate_release.ex)),\nall necessary information are stored in `testgear.app` so the environment variable is no longer needed.\n\n## Copyright and License\n\nCopyright(c) 2015-2024 [ACCESS CO., LTD](https://www.access-company.com). All rights reserved.\n\nAntikythera source code is licensed under the [Apache License version 2.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccess-company%2Ftestgear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faccess-company%2Ftestgear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faccess-company%2Ftestgear/lists"}