{"id":19005344,"url":"https://github.com/f3ath/task-dispatcher","last_synced_at":"2026-04-21T11:30:21.726Z","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":2,"default_branch":"master","last_synced_at":"2025-01-01T19:28:14.882Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240027433,"owners_count":19736212,"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":[],"created_at":"2024-11-08T18:27:13.485Z","updated_at":"2026-04-21T11:30:21.678Z","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"}