{"id":19005344,"url":"https://github.com/f3ath/task-dispatcher","last_synced_at":"2026-06-29T09:31:36.165Z","repository":{"id":66349641,"uuid":"120670836","full_name":"f3ath/task-dispatcher","owner":"f3ath","description":"Simple node task dispatcher","archived":false,"fork":false,"pushed_at":"2018-09-29T02:00:33.000Z","size":47,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T06:30:32.188Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f3ath.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-02-07T20:58:11.000Z","updated_at":"2018-09-29T02:00:34.000Z","dependencies_parsed_at":"2023-02-21T12:45:47.786Z","dependency_job_id":null,"html_url":"https://github.com/f3ath/task-dispatcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/f3ath/task-dispatcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Ftask-dispatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Ftask-dispatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Ftask-dispatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Ftask-dispatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f3ath","download_url":"https://codeload.github.com/f3ath/task-dispatcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Ftask-dispatcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34921804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":"2024-11-08T18:27:13.485Z","updated_at":"2026-06-29T09:31:36.142Z","avatar_url":"https://github.com/f3ath.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple node task dispatcher\n## Install\nJust run `npm i` to install. I used node v9.5.0, but I hope v8 should be enough.\n## The Server\nRun `npm start` to start the dispatcher server on port 4200. The following requests are supported.\n### Start a new test run\n#### Request\n`POST /start/\u003csuite name\u003e`\n#### Response\nA redirect to the new test run (`/run/\u003crun id\u003e`)\n### Show test run status\n#### Request\n`GET /run/\u003crun id\u003e`\n#### Response \n\nA successful test run\n```json\n{\n  \"id\": \"2\",\n  \"suite\": \"testSuite1\",\n  \"status\": \"completed\",\n  \"runtime\": 5079,\n  \"results\": {\n    \"passed\": 10,\n    \"failed\": 0,\n    \"errors\": \"\"\n  }\n}\n```\n### Cancel a test run\n#### Request\n`DELETE /run/\u003crun id\u003e`\n#### Response \nA redirect to the test run (`/run/\u003crun id\u003e`)\n## The Client\nTo start the client app run `npm run client`. The app supports 3 commands:\n\n- `start \u003csuite name\u003e` starts a new test run. E.g. `npm run client start testSuite4`\n- `show \u003crun id\u003e` shows the status on the rest run. E.g. `npm run client show 1`\n- `cancel \u003crun id\u003e` cancels an active test run. E.g. `npm run client cancel 1`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Ftask-dispatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff3ath%2Ftask-dispatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Ftask-dispatcher/lists"}