An open API service for software projects hosted on Open Collective.

github.com/mochajs/mocha

β˜•οΈ simple, flexible, fun javascript test framework for node.js & the browser
https://github.com/mochajs/mocha

Test body not cloned in Test.prototype.clone

rockwalrus opened this issue over 3 years ago
Incorrect numbering in TAP reporter output.

bengl opened this issue over 3 years ago
feat: add MOCHA_OPTIONS env variable

icholy opened this pull request over 3 years ago
πŸ› Bug: `--timeout 0` does not disable timeouts

bdcarr opened this issue over 3 years ago
feat: include `.cause` stacks in the error stack traces

voxpelli opened this pull request over 3 years ago
Add JSON Reporter output to object similar to #2651

ashleyfrieze opened this pull request over 3 years ago
TypeError: Cannot read property 'length' of undefined

Vitalii4as opened this issue over 3 years ago
Keep information about currently executed test in suites

martinalbert opened this issue over 3 years ago
`expose-gc` not working after upgrading from mocha 8.x to mocha 9.1.2

mmomtchev opened this issue over 3 years ago
docs: mocha definition is hardly readable

surajnarsale opened this issue over 3 years ago
Spec path starting with a dot breaks exclude globs

the-spyke opened this issue over 3 years ago
πŸ› Bug: Mocha loads incomplete Promise polyfill

straker opened this issue over 3 years ago
feat: add option to not fail on failing test suite

ilgonmic opened this pull request almost 4 years ago
fix the regular expression for function `clean` in `utils.js`

yetingli opened this pull request almost 4 years ago
Couldn't store data for global purposes while parallel running

NazarYermolenko opened this issue almost 4 years ago
πŸ› Bug: xUnit XML format is actually JUnit's schema

andyleejordan opened this issue almost 4 years ago
πŸ› Bug: unhandledRejection events are re-emitted

sasaxing opened this issue almost 4 years ago
πŸš€ Feature: Capture per-test debug and only output on failure

aspiers opened this issue almost 4 years ago
TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" - ESM & TS

Maxim-Mazurok opened this issue almost 4 years ago
πŸš€ Feature: Custom error filename and stack track location

ghost opened this issue almost 4 years ago
Vulnerability issue

karventhan-a1 opened this issue almost 4 years ago
Standard font is glitching in the reporter

owenallenaz opened this issue about 4 years ago
Is there a way to retry the whole spec if before hook fails?

abhinaba-ghosh opened this issue about 4 years ago
Test Context not available in Custom Reporter when run in Parallel

DanLomanto opened this issue about 4 years ago
πŸš€ Feature: Title for root hooks

DJ-Glock opened this issue over 4 years ago
Issue#2010 CSS media query prefers-dark-mode

bcowgill opened this pull request over 4 years ago
πŸš€ Feature: Propose a Change to Mocha done() callback

jbactual opened this issue over 4 years ago
πŸš€ Feature: Make cleanReferencesAfterRun a Mocha option

RossVertizan opened this issue over 4 years ago
warning on done in async function

hardfist opened this issue over 4 years ago
Mocha runner's EventEmitter does not work correctly in parallel mode

GoldStrikeArch opened this issue over 4 years ago
Show where syntax error from with ESM

outsideris opened this pull request over 4 years ago
fix: ensure require.resolve is only ever called with absolute filepaths

ctjlewis opened this pull request over 4 years ago
Update index.md

Zearin opened this pull request over 4 years ago
fix: remove ansi escape sequences from escaped xunit output

trieloff opened this pull request over 4 years ago
πŸš€ Feature: Throw on nested it call

dimadk24 opened this issue over 4 years ago
run global setup before test files load; closes #4508

boneskull opened this pull request over 4 years ago
fix some rewiremock usages

boneskull opened this pull request over 4 years ago
πŸš€ Feature: Global fixtures should run before any files are loaded

lucasrcosta opened this issue over 4 years ago
Change CLI file parsing errors to use an error code

evaline-ju opened this pull request over 4 years ago
πŸ› Bug: xUnit xml format uses errors not failures

kkennedy-ephesoft opened this issue almost 5 years ago
πŸš€ Feature: Normalize non-reporter command-line output

boneskull opened this issue almost 5 years ago
feat: support running with TrustedTypes enforced

rictic opened this pull request almost 5 years ago
do not leak polyfills into global context; closes #4423

boneskull opened this pull request almost 5 years ago
Fix parallel feature: disable parallel automatically/ add command line option

stoicchild8910 opened this pull request almost 5 years ago
fix: fully support 'extends' for configurations

mf-pherlihy opened this pull request almost 5 years ago
How to use addFile in browser with npm package of mocha

zyf0330 opened this issue almost 5 years ago
TypeError: Cannot read property 'equal' of undefined

frankli-dev opened this issue almost 5 years ago
πŸš€ Feature: Support ESM (ECMAScript Modules) in watch mode

Swivelgames opened this issue about 5 years ago
mark Runnable#retries and Runnable#currentRetry methods as public

jan-molak opened this pull request about 5 years ago
πŸš€ Feature: Re-run only affected modules in watch mode

boneskull opened this issue about 5 years ago
πŸš€ Feature: Support multiple reporters in Node.js

craigtaub opened this issue about 5 years ago
fix issue 4294

js-ms opened this pull request about 5 years ago
πŸš€ Feature: Support setting options via environment vars

jedwards1211 opened this issue about 5 years ago
πŸš€ Feature: Make parallel mode smarter

boneskull opened this issue about 5 years ago
πŸ› οΈ Repo: Refactor Runner unit tests

boneskull opened this issue about 5 years ago
πŸ“ Docs: Document that hooks support the 'done' parameter

wheresrhys opened this issue about 5 years ago
"hook" event is triggered after "test" event

sskorol opened this issue about 5 years ago
πŸ› οΈ Repo: Look at a Finite State Machine (FSM) implementation

boneskull opened this issue about 5 years ago
Report skipped tests upon beforeEach hook failure

juergba opened this pull request over 5 years ago
πŸ› οΈ Repo: Lint/validate JSDoc

boneskull opened this issue over 5 years ago
Improve hook pattern of 'this.skip()' in beforeAll hooks

juergba opened this pull request over 5 years ago
Report skipped tests upon beforeAll hook failure

juergba opened this pull request over 5 years ago
πŸ› Bug: Option "--recursive" does not support typescript files

fedulovivan opened this issue over 5 years ago
πŸš€ Feature: Support log level configuration

Sayan751 opened this issue over 5 years ago
Remove deprecated methods

wnghdcjfe opened this pull request over 5 years ago
Mocha 7.0.1 quits watching when all tests file are removed

normanzb opened this issue over 5 years ago
Isolation of "this" on test basis.

andreventuravale opened this issue over 5 years ago
WIP Playing around with .d.ts generation

cspotcode opened this pull request over 5 years ago
πŸš€ Feature: TypeScript .d.ts type declarations

boneskull opened this issue over 5 years ago
Show more precise time duration in reporter epilogue

yomed opened this issue over 5 years ago
feat: make browsertest failures standout

dhuang612 opened this pull request over 5 years ago
Support `require` and `reporter-options` in `mocharc`

brettz9 opened this issue over 5 years ago
πŸ› οΈ Repo: Switch automations to GitHub Actions (GHA)

craigtaub opened this issue over 5 years ago
πŸ—£οΈ Discussion: Plugin notes

boneskull opened this issue over 5 years ago