mocha-parallel-tests
mocha-parallel-tests copied to clipboard
Parallel test runner for mocha tests. Looking for maintainer.
I'm trying to run mocha tests in parallel and write output in allure format. However test duration is not recorded correctly in allure results. Simple test: wait for 1s, then...
Can someone help me why, when I'm trying to run MOCHA tests in parallel using mocha-parallel-test and generate a report using mochawesome I'm getting an unexpected UUID. See below screenshot....
Is there any way to get the worker ID within the test or a test helper? The goal would be to use this to automatically set up a different port...
Requirement : Execute a setup file ( to generate access tokens) before starting parallel execution of test case. Mocha provides a --file options which says: Specify file(s) to be loaded...
Hey, Feature idea: adding `--share-envs` to the CLI, which will allow sharing environment variables between the workers. basically, this is simple https://nodejs.org/api/worker_threads.html#worker_threads_worker_share_env P.S. I implemented it and would be happy...
Adding --ignore or --exclude flags do not ignore test files `"test": "mocha tests --ignore ignore.this.test.js` - Works `"test-parallel": "mocha-parallel-tests tests --ignore ignore.this.test.js"` - Doesn't work
## Problem I use the following command to generate xml file: ``` mocha-parallel-tests src/**/*.spec.js --reporter mocha-jenkins-reporter --reporter-option junit_report_path=report.xml ``` But the report file has misformatted classname (note the leading space...
Hi, I set up typescript test project using ts-node, running .ts tests via cli, using --require ts-mocha, succeeds, but via equal programmatic interface complains with SyntaxError: Cannot use import statement...
Is there a way to disable the node v12 behaviour where mocha-parallel-tests uses worker threads? As great as it sounds, it's causing an issue with some native modules which are...
with mocha ``` Calebs-MBP:aurelia-propertysource calebcushing$ npx mocha --require "source-map-support/register" --require "ts-node/register" --require "esm" --extension ts value 1) simple property 0 passing (60ms) 1 failing 1) value simple property: AssertionError [ERR_ASSERTION]:...