meteor-mocha icon indicating copy to clipboard operation
meteor-mocha copied to clipboard

A Mocha test driver package for Meteor 1.3+. This package reports server AND client test results in the server console and can be used for running tests on a CI server or locally.

Results 40 meteor-mocha issues
Sort by recently updated
recently updated
newest added

When running in full app mode, I'd like to do some global checks that need to wait for the client tests to run. For example: - I might set the...

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.2.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

Hi, I have been trying to get tests to run in parallel using a `.mocharc.js` file like so: ```js module.exports = { parallel: true } ``` But, whenever I try...

I want to prefill my Meteor database once, before all other tests are run. I managed to do this using a global `before()` handler. However, the Mocha docs state that...

Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11. Commits e573aee 6.1.11 edb8e9a fix: perf regression on hot string munging path a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache 24b8bda fix(test): use posix path...

dependencies

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [@npmcli/arborist](https://github.com/npm/cli/tree/HEAD/workspaces/arborist) from 2.6.4 to 2.10.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@npmcli/arborist&package-manager=npm_and_yarn&previous-version=2.6.4&new-version=2.10.0)](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

This is a strange one. Prepare! ``` METEOR_PACKAGE_DIRS="../../grapher-boilerplate/packages" TEST_BROWSER_DRIVER=chrome meteor test-packages --once --driver-package meteortesting:mocha ../../grapher-boilerplate/packages/grapher ``` Output: ``` I20181025-09:19:31.701(3)? [testing] Loading test fixtures ... I20181025-09:19:33.653(3)? [ok] fixtures have been loaded....

needs reproduction

The documentation of this package is too complex and misses out on things, because more and more issues are opened which could have been solved by a better documentation. Since...

help wanted
good-first-issue