Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nightwatchjs/mocha-nightwatch

mocha - simple, flexible, fun javascript test framework for node.js & the browser. (BDD, TDD, QUnit styles via interfaces)
https://github.com/nightwatchjs/mocha-nightwatch

cleaning up xunit reporter some more

2d957573a64504762cec62d92fd3134a39cef103 authored about 13 years ago by TJ Holowaychuk <[email protected]>
cleaning up xunit reporter some more

186dfcd53efe7a474b74f90377db8bff92cb95ae authored about 13 years ago by TJ Holowaychuk <[email protected]>
cleaning up xunit reporter

b11cebd20724e6673811dad4dd685c2ee5e64fa2 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of github.com:visionmedia/mocha

a9af13ae292bbb826a5c55569ed2a3eb8cd50a57 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #179 from FeeFighters/xunit_reporter

Xunit reporter

1de3e348cb97c495991be1dad44ff2e3a6dc14a0 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Removing sys require, and using utils.escape

1479ee23b055be570e68b229b344a7faad887a91 authored about 13 years ago by Joshua Krall <[email protected]>
Oops, left repl require in there by accident

e1fcb5993b330ee85ff7c2669917d8f5c07e185c authored about 13 years ago by Joshua Krall <[email protected]>
Fixing test duration

e97cc1168dec240ec9d39ce02b20325538896a3f authored about 13 years ago by Joshua Krall <[email protected]>
First cut at XUnit reporter

78213a09c237ebbf50470baf742b3dbff08892a0 authored about 13 years ago by Joshua Krall <[email protected]>
misc

d5ab62296f2fea3acf19ad85a4db1ca0c66b7eba authored about 13 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #176 from mmalecki/say

Add `say` notification support

a6d555ad44a0a82eb34882251558b1d5a73a3f31 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Add `say` notification support

When you run `mocha` with `-s` or `--say` parameter, it'll `say` test
status message. When you g...

3a0676feb887624e6025cd1a736ecc348533e1e4 authored about 13 years ago by Maciej Małecki <[email protected]>
Merge pull request #175 from yuest/master

pass global leaks error on window.onerror in browser

44040bc46a3d6624bc57793de81b10055c79ae44 authored about 13 years ago by Guillermo Rauch <[email protected]>
pass global leaks error on window.onerror in browser

d456a996f9a362366dd0efda7e49f1106353c640 authored about 13 years ago by Yuest Wang <[email protected]>
Fixed: `make tm` mkdir -p the dest. Closes #137

892a679e312c3a00f89fb6f2fb90c1c6b597737e authored about 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #170 from blindsey/master

Turns out that apostrophe needs to be escaped during failures

3cd716a000c9cf9b2ccd149b0a62d5777e34658b authored about 13 years ago by TJ Holowaychuk <[email protected]>
refactored teamcity ocd-style

48f27f45e57144893c9dbc45c2dfc9e72d9adb43 authored about 13 years ago by Tj Holowaychuk <[email protected]>
changed text parameter to str

0082cc5e1a79dbdf676e3b40bd6aa3c5e23cf8c3 authored about 13 years ago by Ben Lindsey <[email protected]>
Merge branch 'master' of github.com:visionmedia/mocha

d6b3598dfe63d3b28176545e2c65182aa6d90e86 authored about 13 years ago by Tj Holowaychuk <[email protected]>
Changed: fail when done() is invoked with a non-Error. Closes #171

this makes a few things less convenient, but I agree
that it will cause less confusion, and put
...

08f29170ef94b3e26d3e231fb70cde7cf39ea549 authored about 13 years ago by Tj Holowaychuk <[email protected]>
Fixed mocha(1) --help bin name

946220104ab365055f9d8efb174c89e2c7c9b3a5 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Fixed -d for --debug support

249b9a00205468dcb394e3952af99af04b4b839d authored about 13 years ago by TJ Holowaychuk <[email protected]>
Release 0.7.1

c9935e7c168afb2ebb2cebf6f161f842b8677295 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of github.com:visionmedia/mocha

95c95e8d45b18fef55a5c4cfe1f41606636cec1b authored about 13 years ago by TJ Holowaychuk <[email protected]>
Fixed CWD relative requires

681a4212c6ab06871928cbcde797da60abc3cd85 authored about 13 years ago by Tj Holowaychuk <[email protected]>
Fixed _mocha

9e7f9636fdd27db44c8c118faca0e29b4c96a314 authored about 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #169 from Raynos/master

Growl prints "Growl is only supported on linux ..." in windows

19678376cb207c4d162aeaa69b008cd708bce439 authored about 13 years ago by TJ Holowaychuk <[email protected]>
move growl require into growl function to avoid errors on windows using command line mocha

f51c0ba36aeeeece20d30f106dafb13e2f52ae4d authored about 13 years ago by Raynos <=>
Merge pull request #167 from TooTallNate/no-carriage-returns

No carriage returns in the built-in reporters (for Windows)

ca54edda484f49e8c12572ebb3b0042e5b265648 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Use the cursor.CR() function in place of '\r' in the reporters.

255d460fb437aef9da801833400add4d951ebb48 authored about 13 years ago by Nathan Rajlich <[email protected]>
Add a few helper cursor functions for Windows.

The '\r' trick doesn't work on Windows... typical.

c8304865739a5959aa63fea4fac69a3b5a19c6e9 authored about 13 years ago by Nathan Rajlich <[email protected]>
Removed mocha-debug(1), use `mocha --debug`

221a3c049ed3a943ce36fd0a4ffe0e23acbb7cab authored about 13 years ago by Tj Holowaychuk <[email protected]>
local jquery

a7862b0805428d3bf750b66c89c9eb91da1ff5c5 authored about 13 years ago by Tj Holowaychuk <[email protected]>
error in example

d5bb213300631f4625b0f62300a0775aee822e24 authored about 13 years ago by Tj Holowaychuk <[email protected]>
escape the message so teamcity can handle them

f6a8ad4d508f83b6f9df440e4233aceb17ed1c0c authored about 13 years ago by Ben Lindsey <[email protected]>
misc refactoring

4cb5d47ced1ebf9cb512169aa9b2ebbf567dbe29 authored about 13 years ago by Tj Holowaychuk <[email protected]>
Fixed: escape strings in HTML reporter. Closes #164

f059da6c6d46c3dc4450e736f4ccab81ab0180e5 authored about 13 years ago by Tj Holowaychuk <[email protected]>
removed duplicate package.json "bin"

3a16faf90da23838e89e21e1c92f591591233f1d authored about 13 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #162 from tricknotes/fix-Readme

Fixed Readme

c0a8d6e08c50ff286dcd95ce0b7fd0ec703a2dcb authored about 13 years ago by TJ Holowaychuk <[email protected]>
Fixed Readme

- modify markdown syntax

81ed51fc7db897922742df32c0b7d75fa81e7352 authored about 13 years ago by Ryunosuke SATO <[email protected]>
misc

c9cfde5f007a4239db3406eb96f7597ebf9b7c8e authored about 13 years ago by TJ Holowaychuk <[email protected]>
contributors

da61410e5663bb931911892024f89fea60001060 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Release 0.7.0

d269fbd7a10a322d78d49d0bb1715021b62cde9f authored about 13 years ago by TJ Holowaychuk <[email protected]>
misc refactoring

45e536623d2173c48e52a4e9469b7858b86ef5a4 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #159 from guille/x-browser

X browser

9bcb0459f6e9eab9dc2bfd45c00d56c5b4aa0b26 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Renamed global with window.

8c1ff2dfdadbedc5e1f8269b3bfa79ea08eda0eb authored about 13 years ago by Guillermo Rauch <[email protected]>
Re-implemented setZeroTimeout.

1cbba42300cedec0d25dc5db609a700b10d51bc2 authored about 13 years ago by Guillermo Rauch <[email protected]>
Removed setZeroTimeout (fixes #161).

fd57007a7afb29df2081e1199202d25a4aa8c866 authored about 13 years ago by Guillermo Rauch <[email protected]>
Merge branch 'master' into x-browser

Conflicts:
Makefile

7fffe599843b9a8485acd8b0b017907fba0d890d authored about 13 years ago by Guillermo Rauch <[email protected]>
Fixed browser note

514dbc51a1dba64138c5792520901ce35f978566 authored about 13 years ago by Guillermo Rauch <[email protected]>
Fixed <=IE7 error messages

5f155a8ef9de4b7f9f77fa1703913b206070d427 authored about 13 years ago by Guillermo Rauch <[email protected]>
Replaced usage of [] with `charAt` for IE7<=

4409746a6c9e1c10c4496c6718ab7c78de750520 authored about 13 years ago by Guillermo Rauch <[email protected]>
Release 0.6.0

43d671083246f1bb9488bdcc958876b41b69e7a0 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Fixed usage of Array#reduce.

76ccdb7690ac511cfb572f03611c6966ee93d6cd authored about 13 years ago by Guillermo Rauch <[email protected]>
IE8 fix for exposing `mocha`.

66c737ecb7476fbbff67112bc05bca63c5b84d11 authored about 13 years ago by Guillermo Rauch <[email protected]>
Added view source on hover for HTML reporter

so people know you can expand these

c5ebd40fa34c187716712c40ba16b9a3fc951dbb authored about 13 years ago by TJ Holowaychuk <[email protected]>
Added a bunch of non-ECMA compliant utils.

235b9d48c9b64b13ff4e7935a338a0989592b5fc authored about 13 years ago by Guillermo Rauch <[email protected]>
Removed usage for Array#reduce

7c7d0ec984e7fec047e6242f8e331ca821fc55ea authored about 13 years ago by Guillermo Rauch <[email protected]>
Removed usage of Object.keys, filter, indexOf, forEach

4f377905aae0213ddd2dc7089bdda874b3c152bd authored about 13 years ago by Guillermo Rauch <[email protected]>
Fixed progress report for IE8<=.

6e11aa9d159b74c9da0bfcdc6dab3892e734f0a3 authored about 13 years ago by Guillermo Rauch <[email protected]>
Cleanup

7d02b1ed33f32ef48b7fda867de971ff10da1b2f authored about 13 years ago by Guillermo Rauch <[email protected]>
Export utilities from `mocha`.

6bcb7d6d76eb3e74820d1c3c35cc5d01480a9b97 authored about 13 years ago by Guillermo Rauch <[email protected]>
Make `mocha.js` compilable after altering `support/`

b597acc164bf706328d11d2ac3dea5dc7d415c89 authored about 13 years ago by Guillermo Rauch <[email protected]>
Fixed duplicate reporting for HTML reporter. Closes #154

8ab0d5b81fdf06bcebb8c157cb9b80e6ca6fa193 authored about 13 years ago by TJ Holowaychuk <[email protected]>
refactored example

f50f98ac0be2baff1228292ca88922ee689602db authored about 13 years ago by TJ Holowaychuk <[email protected]>
Added setZeroTimeout timeout for browser. Closes #153

0c72f1b6709f91303ae4e4263cbad495b2eb87d9 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Merge branch 'master' of github.com:visionmedia/mocha

07320657946be37822a29ed6f5182cbfcdfce04b authored about 13 years ago by TJ Holowaychuk <[email protected]>
Changed: replace custom growl with growl lib

d470d82d5629db00d06aaee5d14158378a08a693 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Fixed silent hook errors in the HTML reporter. Closes #150

993c6c92ebf178157d933054a74291b22cecc2d5 authored about 13 years ago by Tj Holowaychuk <[email protected]>
merged

08b36ed1c2caef658aa610a97332c3fbd80593d3 authored about 13 years ago by Tj Holowaychuk <[email protected]>
misc

6b4f3823ca2ec125b5dcab826b2222200f8663f7 authored about 13 years ago by Tj Holowaychuk <[email protected]>
tweak description

12c101a1cba7949c1c0bc43e6400552143ba8179 authored about 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.5.0

25e08e0fb07845fced292b71f60c3271ce83088f authored about 13 years ago by TJ Holowaychuk <[email protected]>
clean up

0e1f0cdec1f0a3b8b834f0d084bfb22aefe29e19 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Push current node_modules directory onto module.paths to allow mocha to require modules under CWD (fixes issue #93)

97e2f93165f714834e768de722d53c51befaec95 authored about 13 years ago by Steve Mason <[email protected]>
Fixed: recover from uncaught exceptions for tests. Closes #94

f83c4c7f7f04617f752dc11cf892854e128d9ee8 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Fixed: only emit "test end" for uncaught within test, not hook

a14226f4e12e81038ad6f05c9fe2ae58af977081 authored about 13 years ago by TJ Holowaychuk <[email protected]>
added teamcity to mocha(1) --help

7200d60baf82e5d7d374dc54c1418673aa4c5e40 authored about 13 years ago by TJ Holowaychuk <[email protected]>
more refactoring

ad2f4f0edf4ecddbcd2e798a7a9640cf0bd9697c authored about 13 years ago by TJ Holowaychuk <[email protected]>
fixed / refactored teamcity reporter

64cc147635309f58fbdda0c44f966f3d33d91254 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #147 from blindsey/master

This reporter will integrate with TeamCity CI builds

7529ea98b7a4544456a650157d5b2f5250843495 authored about 13 years ago by TJ Holowaychuk <[email protected]>
added teamcity reporter

1559bb3189e10d067a40f0c98323486f1a9711bd authored about 13 years ago by Ben Lindsey <[email protected]>
test for this.timeout()

7597bc8f615b5487c667b7ec9953213c427213e0 authored about 13 years ago by Tj Holowaychuk <[email protected]>
Release 0.4.0

92d7eedc925de2cd29bb5f725fa625f0b2df7d7e authored about 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #146 from fmate14/tapskip

Mark pending tests as skipped in TAP report

01e72bedc629d8904a19b33c759a3ef5eb4095b9 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Mark pending tests as skipped in the TAP reports.

9cff2fdd23a5950c7bb01ff078bc2fed2da3021e authored about 13 years ago by FARKAS Máté <[email protected]>
Remove hasmark from TAP titles.

33d33c639ee78ff0877127b9c03fc9f842f83440 authored about 13 years ago by FARKAS Máté <[email protected]>
Added: allow this.timeout(0) to disable as well

1bd792164c116e8e5d28dd1e03352af318c7052b authored about 13 years ago by Tj Holowaychuk <[email protected]>
Merge pull request #141 from guille/disable-timeouts

Added ability to disable timeouts: `timeout(false)`

554c73a075709183c85b6cfa3189507f3b906f69 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Added ability to disable timeouts: `timeout(false)`

ad110e041cadb2c0abb0edaf691993cda5eb9d7d authored about 13 years ago by Guillermo Rauch <[email protected]>
Added support for test-specific timeouts. Closes #134

c823003c0ea4e528b2205622bc52306df856d82b authored about 13 years ago by TJ Holowaychuk <[email protected]>
Update Readme.md

327ad9cfcd5930f289eb391038c2a7076105c6d4 authored about 13 years ago by TJ Holowaychuk <[email protected]>
Fixed slow browser tests. Closes #135

b5ff18a1c31edd7779b25e192688e4792562c38b authored about 13 years ago by Tj Holowaychuk <[email protected]>
Fixed "suite" color for light terminals

e1f0b1ad8a904d6952f69caeb7338d04fcaa641d authored about 13 years ago by Tj Holowaychuk <[email protected]>
wtf

9c57715512721593dd498407be04908c516152c2 authored about 13 years ago by Tj Holowaychuk <[email protected]>
Added progress indicator to the HTML reporter

440e38cec946826db9e2089c21f570ad3abae852 authored about 13 years ago by Tj Holowaychuk <[email protected]>
added large.html example

52c5a3eb15aa32b8c355b81c7afcff9adcec3cb8 authored about 13 years ago by Tj Holowaychuk <[email protected]>
Fixed require() leak spotted by [guillermo]

f38bfd59a54a84de8dc08c16d535f03db5456a58 authored about 13 years ago by Tj Holowaychuk <[email protected]>
fail

0fafe86068a9be94c47526d9d9f29768f912a318 authored about 13 years ago by Tj Holowaychuk <[email protected]>
fixed events to match node

1303f14b131b578a0fe3297188785510d1bfabf7 authored about 13 years ago by Tj Holowaychuk <[email protected]>