-
Hi,
I am using the latest version of minitest (3.3.0) and minitest-reporters (0.10.0) and the assertions are not being reported.
I am using this:
```
require 'minitest/reporters'
MiniTest::Reporter…
-
Hi,
I've been trying to get minitest-reporters working with the minitest-chef-handler project and not having much luck. minitest-chef-handler already creates a runner for itself which I think confli…
-
Backward compatibility broken in API with [that change](/test-unit/test-unit/commit/375dfca4a3d64e3dde2926a55645997db6b23ac6).
I mean renaming & changing signature of method "run_suite".
Same changes…
-
I get the following error running:
`node_modules/.bin/mocha -R min --timeout 180s --slow 10000 test/app-tests.mocha.js`
``` module.js:337
throw new Error("Cannot find module '" + request + "'…
-
When attempting to run on Teamcity, it fails due to the jasmine.TeamcityReporter not being present.
Apparently, the version of jasmine-reporters currently on npm is not the version that includes the …
-
Hello
Is there any good guide to setup continuous integration process for running Mocha tests with node.js on TeacmCity ,
I've tried to play a lot with different reporters, but seems TeamCity doesn'…
-
Hi,
I am running minitest-handler and was wondering if tests fail should the report handlers be reporting an error code? I ask because I am using vagrant to provision a machine and I have tests fail…
-
One of our users reported the following exception.
```
!ENTRY edu.illinois.codingspectator.monitor.core.ui 4 0 2010-11-22 22:22:36.625
!MESSAGE Failed to upload {0} data.
!STACK 0
edu.illinois.coding…