{"id":16847509,"url":"https://github.com/fabiosantoscode/mochallel","last_synced_at":"2025-09-27T13:31:21.177Z","repository":{"id":33146251,"uuid":"153165463","full_name":"fabiosantoscode/mochallel","owner":"fabiosantoscode","description":"Mocha tests running in parallel","archived":false,"fork":false,"pushed_at":"2022-12-30T20:24:15.000Z","size":469,"stargazers_count":1,"open_issues_count":11,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T14:54:36.908Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/fabiosantoscode.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}},"created_at":"2018-10-15T18:52:05.000Z","updated_at":"2020-05-17T20:33:12.000Z","dependencies_parsed_at":"2023-01-14T23:36:21.331Z","dependency_job_id":null,"html_url":"https://github.com/fabiosantoscode/mochallel","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Fmochallel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Fmochallel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Fmochallel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiosantoscode%2Fmochallel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiosantoscode","download_url":"https://codeload.github.com/fabiosantoscode/mochallel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234264637,"owners_count":18805003,"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-10-13T13:08:11.603Z","updated_at":"2025-09-27T13:31:15.921Z","avatar_url":"https://github.com/fabiosantoscode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mochallel\n\n[![Build Status](https://travis-ci.org/fabiosantoscode/mochallel.svg?branch=master)](https://travis-ci.org/fabiosantoscode/mochallel) [![Coverage Status](https://coveralls.io/repos/github/fabiosantoscode/mochallel/badge.svg?branch=master)](https://coveralls.io/github/fabiosantoscode/mochallel?branch=master)\n\nMocha tests running in parallel\n\n## comparison with mocha-parallel-tests\nThis module was inspired in `mocha-parallel-tests`, but attempts to be a simpler implementation, where options are just wired into the real `mocha` module.\n\n## How to use\n\nUse exactly like mocha.\n\n```bash\nmochallel --maxParallel 2 --timeout 2000 --slow 500 path/to/your/tests\n```\n\nUse the `--maxParallel \u003cn\u003e` option to specify how many parallel processes you want.\n\nThe other options are exactly like mocha.\n\n## How to use (API)\n\nUse exactly like mocha.\n\n```javascript\nconst Mochallel = require('mochallel')\n\nconst mocha = new Mochallel({ maxParallel: 2 })\nmocha.addFile('path/to/your/tests')\nmocha.run(code =\u003e {\n    process.exit(code)\n})\n```\n\nUse the `maxParallel` option to specify how many parallel processes you want.\n\nAll other options exactly like mocha.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiosantoscode%2Fmochallel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiosantoscode%2Fmochallel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiosantoscode%2Fmochallel/lists"}