-
We are attempting to add Pyroscope to one of our NodeJS framework modules. Pyroscope fails to load with the following error:
```
Error: Cannot find module '/Users/bhunt/Development/*****/modules/…
-
I want to write ut test for tpyescript . Below command in the shell is ok.
mocha -r /home/wjh/node_modules/ts-node/register /home/wjh/ut/src/*.ts --reporter min
and then i want to use mocha under …
-
**Is your feature request related to a problem or a nice-to-have??**
This is a 'nice-to-have'
I think it's awesome that mocha supports running in the browser!
I would like mocha be able to supp…
-
```
Exception while invoking method 'mocha/runServerTests' Error: invalid reporter
I20180130-17:52:00.584(2)? at Mocha.reporter (/Users/theodor/.meteor/packages/practicalmeteor_mocha-core/.1.0…
-
**Describe the bug**
I install the wdio (npm init wdio@latest .) select the video reporter as an option, finish the installing
after running the example of tests I see the next error
`[0-0] Erro…
-
I'm just writing to ask about the level of effort involved in supporting the Mochawesome reporter in this project.
I'm a big fan of the project and interested in using Mochawesome for my testing pu…
-
## 🐛 Bug Report
A clear and concise description of what the bug is.
When exporting a test as JavaScript Mocha format, the code doesn't run when using mocha test
## To Reproduce
Steps to re…
-
Trying to run `test-reporter` locally using nectos/act with a personal access token results in:
```
| Creating check run Tests
[Test/run_tests] ❓ ::endgroup::
[Test/run_tests] ❗ ::error::…
-
The following error message started appearing after updating Mocha from 8.1.3 to 8.2.1
`/home/newfire/Desktop/work/qa-ui/node_modules/@mochajs/json-file-reporter/src/index.js:75
fullTitle: tes…
-
### Expected behavior
I would like to specify reporterOptions inside `.mocharc.js` file like this:
```js
module.exports = {
reporter: 'mocha-multi-reporters'
reporterOptions: {
repor…