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

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/mocha npm ERR! mocha@"^9.2.2" from...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Im trying to add attachment to every step in allure. Unfortunately the object is empty `{ suites: [], options: { targetDir: 'allure-results' }` and I couldn't access the current step....

mocha-parallel-tests: 2.2.1 mocha-allure-reporter: 1.4.0 I have test: ``` require('mocha-allure-reporter') describe('TEST', () => { it('test', async () => { allure.createStep('test', async () => { console.log('my log') })() }) }) ``` Run...

If you're ready to maintain this repo, please comment.

Stack: mocha, nodejs, chai (expect) Mac OS X, Linux (Jenkins) Code to run tests in parallel programmatically: ``` const fs = require('fs'); const Mocha = require('mocha-parallel-tests').default const mocha = new...

In case of assertion failure, mocha would show string difference between expected & actual result, while mocha-parallel-tests does not. ![diff](https://user-images.githubusercontent.com/62583479/77388467-300a6e00-6dcb-11ea-82f7-0f1c6f72fc7f.png)