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

I just started noticing that the CSS from mochajs started missing during our client-side tests. The issue appears to be that the CSS now comes from cdn.jsdelivr.net, maybe they changed...

bug

Hello, I got the following error when I run my unit tests: ```shell I20210829-17:35:07.655(-5)? -------------------------------- I20210829-17:35:07.655(-5)? --- RUNNING APP SERVER TESTS --- I20210829-17:35:07.655(-5)? -------------------------------- I20210829-17:35:07.655(-5)? I20210829-17:35:07.705(-5)? I20210829-17:35:07.706(-5)? I20210829-17:35:07.731(-5)? sport.list I20210829-17:35:09.741(-5)?...

this PR fix the lint errors of this PR https://github.com/Meteor-Community-Packages/meteor-mocha/pull/106 After my use (8+ months) as a local package with this PR https://github.com/Meteor-Community-Packages/meteor-mocha/pull/106 I think it is good to merge...

If Meteor triggers a client-side reload, we are informed about it and can rerun the tests for the client. This pull-request is a work-in-progress, tracking our status on this feature....

**Example app** https://github.com/imajus/meteor-browser-tests-issue **Reproduction steps** ```bash meteor npm install meteor npm test ``` **Expected result** Tests must fail for both server and client runs, a folder called `test-results` must be...

bug

I'm having trouble getting Puppeteer to work and I can't track down where it's coming from. I made a repro at https://github.com/jonlachlan/meteor-mocha-puppeteer-app-test-error-repro using `meteor create --minimal` and I changed the...

help wanted

Once **all tests finish successfully** this exception occurs on the CI: ``` W20200612-14:11:02.429(0)? (STDERR) (node:642) UnhandledPromiseRejectionWarning: Error: Protocol error (Runtime.callFunctionOn): Promise was collected W20200612-14:11:02.429(0)? (STDERR) at Promise (/home/jenkins/humly-home/packages/hrm/node_modules/puppeteer/lib/Connection.js:183:56) W20200612-14:11:02.429(0)? (STDERR)...

bug
needs reproduction

It would be great to be able to restart the tests using the VSCode UI. Sometimes I am deep into a debugging session and the test times out for some...

enhancement

Does anyone else have an issue with client tests not re-running in watch mode? I'm wondering if anyone can reproduce on their own stack. Steps to reproduce: 1) run the...

enhancement
help wanted