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

This is not my case. But if we are going to consolidate the packages, some people will miss web reporting. How could the raw mocha reporting data (not tap or...

enhancement
help wanted

Is it possible to pass specific filenames as parameter when running the test as `vanilla mocha` do: `mocha [filename1 filename2 filename3]`?

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

On the beta https://github.com/Meteor-Community-Packages/meteor-mocha/pull/150 **Describe the bug** The client tests never run I get this log and then it just stops: ``` I20240115-09:07:57.916(-8)? -------------------------------- I20240115-09:07:57.916(-8)? ----- RUNNING CLIENT TESTS -----...

bug

- [x] updated package versions - [x] test project with 3.0 - [x] self-tests running - [x] CI to GitHub actions

In meteor [docs](https://docs.meteor.com/api/http.html) we can find that the http package is deprecated, you could switch to [jkuester:http](https://github.com/jankapunkt/meteor-http), or just straight up implement fetch.

good-first-issue

Currently we have tests running in CircleCI, we should follow lead from other packages and move it to GitHub actions.

good-first-issue

This is a fix for the XUNIT reporter output from the client. I was experiencing issues with this when running client tests in headless mode via Puppeteer. Here's a reproduction...

Bumps [ws](https://github.com/websockets/ws) to 8.18.0 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together. Updates `ws` from 8.9.0 to 8.18.0 Release notes Sourced from ws's releases. 8.18.0 Features...

dependencies