{"id":22135543,"url":"https://github.com/nikita-filonov/sample_go_grpc_testing","last_synced_at":"2025-10-25T08:10:25.605Z","repository":{"id":167711239,"uuid":"643331766","full_name":"Nikita-Filonov/sample_go_grpc_testing","owner":"Nikita-Filonov","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-10T06:52:03.000Z","size":997,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T12:37:53.570Z","etag":null,"topics":["allure","allure-report","api","go","golang","grpc","grpc-go","test-automation","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Nikita-Filonov.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,"zenodo":null}},"created_at":"2023-05-20T20:26:12.000Z","updated_at":"2024-09-13T16:07:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe7fb04d-4320-41f9-ad17-427a0bf37851","html_url":"https://github.com/Nikita-Filonov/sample_go_grpc_testing","commit_stats":null,"previous_names":["nikita-filonov/sample_go_grpc_testing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nikita-Filonov/sample_go_grpc_testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikita-Filonov%2Fsample_go_grpc_testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikita-Filonov%2Fsample_go_grpc_testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikita-Filonov%2Fsample_go_grpc_testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikita-Filonov%2Fsample_go_grpc_testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nikita-Filonov","download_url":"https://codeload.github.com/Nikita-Filonov/sample_go_grpc_testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikita-Filonov%2Fsample_go_grpc_testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274665308,"owners_count":25327167,"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-09-11T02:00:13.660Z","response_time":74,"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":["allure","allure-report","api","go","golang","grpc","grpc-go","test-automation","testing"],"created_at":"2024-12-01T19:15:08.300Z","updated_at":"2025-10-25T08:10:25.525Z","avatar_url":"https://github.com/Nikita-Filonov.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go GRPC testing\n\nSample of GRPC tests written on go\n\n[Demo allure report](https://nikita-filonov.github.io/sample_go_grpc_testing/)\n\n## Setup project\n\nYou have to install [go](https://go.dev/doc/install)\n\nClone the project and install go packages\n\n```shell\ngit clone https://github.com/Nikita-Filonov/sample_go_grpc_testing.git`\ncd ./sample_go_grpc_testing\ngo mod download\n```\n\n## Run tests\n\n```shell\nmake test\n```\n\nIf you want to run tests without make file, then make sure env variable are set\n\n```shell\nexport ENV=local\nexport ALLURE_RESULTS_PATH=.\n\ngo test ./tests -v -timeout 2m\n```\n\nGenerate allure report\n\n```shell\ncd tests\nallure generate\n```\n\nServe allure report\n\n```shell\ncd tests\nallure serve\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikita-filonov%2Fsample_go_grpc_testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikita-filonov%2Fsample_go_grpc_testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikita-filonov%2Fsample_go_grpc_testing/lists"}