mocha-parallel-tests icon indicating copy to clipboard operation
mocha-parallel-tests copied to clipboard

Parallel test runner for mocha tests. Looking for maintainer.

Results 68 mocha-parallel-tests issues
Sort by recently updated
recently updated
newest added

I'm using ts-mocha in my project, and I couldn't find a way to get it to work with this package. Is there a way to specify the mocha binary to...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

When I am trying the below mocha parallel command getting error. Please share your inputs how to resolve the issue Command mocha-parallel-tests --require ts-node/register ./bat/**/**/*.ts --timeout=300000 --env=./EnvFiles/Env.xml --browser=CH --reporter-options reportDir=./reports/tests/html...

I'm working on some code that a colleague wrote that uses this library. When I run a Mocha/Chai test with `-inline-diffs`: `node_modules/mocha-parallel-tests/dist/bin/cli.js --inline-diffs ./test-cases/*-e2e-test.js` I don't get inline diffs: ![image](https://user-images.githubusercontent.com/704514/85632937-1b897c00-b62d-11ea-8738-4e013d24419d.png)...

``` Unhandled asynchronous exception: TypeError: this.suite[option] is not a function at MochaWrapper.getThreadOptions (/node_modules/mocha-parallel-tests/dist/main/mocha.js:148:49) at MochaWrapper.runThread (/node_modules/mocha-parallel-tests/dist/main/mocha.js:115:30) at task (/node_modules/mocha-parallel-tests/dist/main/mocha.js:56:37) at TaskManager.startTaskProcessing (/node_modules/mocha-parallel-tests/dist/main/task-manager.js:46:27) at TaskManager.execute (/node_modules/mocha-parallel-tests/dist/main/task-manager.js:35:18) at MochaWrapper.run (/node_modules/mocha-parallel-tests/dist/main/mocha.js:66:21) at Object....

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Hi there, I have some sample Mocha codes as below: ```javascript function runMochaTestSuite(testSuite) { describe(testSuite.name, function () { for (testCase of testSuite.testCases) { it(testCase.name, function () { }); } });...

I found that '--slow' option does not work properly.