Adding runs all reporters in CI #5
1 passed, 4 failed and 1 skipped
❌ ./tests/fixtures/mocha-json.json
6 tests were completed in 12ms with 1 passed, 4 failed and 1 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/main.test.js | 1✅ | 3❌ | 1ms | |
C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/second.test.js | 1❌ | 1⚪ | 8ms |
❌ C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/main.test.js
Test 1
✅ Passing test
Test 1 Test 1.1
❌ Exception in target unit
Some error
❌ Failing test
Expected values to be strictly equal:
false !== true
Test 2
❌ Exception in test
Some error
❌ C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/second.test.js
⚪ Skipped test
❌ Timeout test
Timeout of 1ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\Michal\Workspace\dorny\test-reporter\reports\mocha\test\second.test.js)
Annotations
Check failure on line 0 in ./__tests__/fixtures/mocha-json.json
github-actions / mocha-json
C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/main.test.js ► Test 1 Test 1.1 ► Exception in target unit
Failed test found in:
./__tests__/fixtures/mocha-json.json
Error:
Some error
Raw output
Error: Some error
at Object.throwError (lib\main.js:2:9)
at Context.<anonymous> (test\main.test.js:15:11)
at processImmediate (internal/timers.js:461:21)
Check failure on line 0 in ./__tests__/fixtures/mocha-json.json
github-actions / mocha-json
C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/main.test.js ► Test 1 Test 1.1 ► Failing test
Failed test found in:
./__tests__/fixtures/mocha-json.json
Error:
Expected values to be strictly equal:
false !== true
Raw output
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at Context.<anonymous> (test\main.test.js:11:14)
at processImmediate (internal/timers.js:461:21)
Check failure on line 0 in ./__tests__/fixtures/mocha-json.json
github-actions / mocha-json
C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/main.test.js ► Test 2 ► Exception in test
Failed test found in:
./__tests__/fixtures/mocha-json.json
Error:
Some error
Raw output
Error: Some error
at Context.<anonymous> (test\main.test.js:22:11)
at processImmediate (internal/timers.js:461:21)
Check failure on line 0 in ./__tests__/fixtures/mocha-json.json
github-actions / mocha-json
C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/second.test.js ► Timeout test
Failed test found in:
./__tests__/fixtures/mocha-json.json
Error:
Timeout of 1ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\Michal\Workspace\dorny\test-reporter\reports\mocha\test\second.test.js)
Raw output
Error: Timeout of 1ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\Michal\Workspace\dorny\test-reporter\reports\mocha\test\second.test.js)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)