-
I am getting mocha crashes while trying to debug problems with my promises lib and running the test suite:
```
/tmp/node_modules/promises-aplus-tests/node_modules/mocha/lib/reporters/spec.js:32
r…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new-i…
-
### Feature Request Checklist
- [X] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https:/…
-
## Version **1.16.0** of [mocha-junit-reporter](https://github.com/michaelleeallen/mocha-junit-reporter) was just published.
Branch
Build failing 🚨
…
-
1.The test suite :
```js
var assert = require("chai").assert;
describe("# Hello, world!", function () {
it("1+1=2",function(){
assert.equal(1+1,3);
assert.ok('Hello, world!…
-
### Expected behavior
Besides junit and xunit reports, I'd like to generate a JSON report and save to an output file.
### Actual behavior
With {"reporterEnabled": "spec, json"} specified in "conf…
-
npm run singletest sample/test.spec.js
> uirecorderTest@1.0.0 singletest /Users/zh***ng/shopee/projects/uitest
> mocha --reporter macaca-reporter --reporter-options reportJSONFilename=index,proce…
-
Can't generate valid coverage reports from compiled tag files. For example: With karma lcov reporting, compiled tag file's coverage is not correctly reported.
# Reproduce:
**Example project:**
git c…
-
I get premiss denied (i'm on OSX)
coverage running the following command /Users/XXX/.vscode/extensions/maty.vscode-mocha-sidebar-0.20.22/node_modules/nyc/bin/nyc.js --all --reporter=html --reporte…
-
Here's my workflow looks like:
```yaml
name: Eslint & Mocha test check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest…