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

Merge pull request #371 from brendannee/issue58

Fix for Issue #58 - Progress Reporter is off

19ed306c53c7b085728d43e3a60b7960b11f1ef8 authored almost 13 years ago
Fix for Issue #58 - Progress Reporter is off

Updated progress reporter to properly increment `complete` before
calculating `incomplete`. Fix...

462ff14070c464d9fb1e801388e08146ad7e096c authored almost 13 years ago
Fixes #124 and fixes #166 - Changes the name of the suite.iterateTests()

function to suite.eachTest(), and replaces forEach by util.forEach()
for browser compatibility.

0b7b6f6a185459c70a92834598857300f246cf7e authored almost 13 years ago
Changing the code according to the comments in the pull-request

141ba203b0a9b8c24431acb09fb76ab7daef1866 authored almost 13 years ago
Displaying the number of pending specs

1b70b5774660e24da179ba0249ba18d830b79d9f authored almost 13 years ago
Fixes #166 - When grepping don't display the empty suites

Don't emit the 'suite' event if the suite doesn't contain tests matching
the grep expression.

cd186e07983d7c3c01e3a7832164ddfeb9354c76 authored almost 13 years ago
BugFix: Support for correct runner.total count when using --grep

When running --grep the runner.total is updated to the total number of
tests matched by the grep...

ba6b06da2e8233745592c2d1bb9feab4f63d2296 authored almost 13 years ago
Release 1.0.1

10471eb988f66da2f4eb9ef516d2ecdafc9c98ab authored almost 13 years ago
Merge branch 'master' of github.com:visionmedia/mocha

6570326e7217b94d20f53901e3d5cd569a0ad6c8 authored almost 13 years ago
Fixed browser hook error display. Closes #361

701c538c6be089f3358c3e1e25f88d038358ea5a authored almost 13 years ago
Merge pull request #359 from arian/patch-1

Accept a ready function in mocha.run(), just like Mocha.prototype.run.

dbd70316d68fe54a84ccda78509d867ad280c4da authored almost 13 years ago
Pass the function into runner.run, so it passes the number of failures.

1043d6b17befa25a3ce125ed909385bc1d0ae6e6 authored almost 13 years ago
Accept a ready function in mocha.run(), just like Mocha.prototype.run.

e45240141fd2ea6684d7334f3ed6c0198628f0e7 authored almost 13 years ago
misc

22aa3fd3bc3b183a596372efc24292c14ecb7919 authored almost 13 years ago
allow calling .timeout for hooks

794e43db4007f2ad3f1eb17773e874dac0e7491e authored almost 13 years ago
Release 1.0.0

1b9a4276c3139946d78aa4d0ed8c187536903d04 authored almost 13 years ago
build

750b66910cf487a4f492985fcf478712f07cb947 authored almost 13 years ago
Typo.

7bb8945240646b5e671d2929b02b2a952db76ecb authored almost 13 years ago
`str` should be a string. (Fixes html reports in Safari)

36f06ace2217d81ae6f97030010223ce2f195046 authored almost 13 years ago
Add source line to html report for Safari.

d1debbad614b24d3faa052ee2aaddb966204b5d3 authored almost 13 years ago
Added: mark `location` as a global on the CS. Closes #311

for now at least

4ad8b5bc379c7a140cfd334253656b14b0db5c80 authored almost 13 years ago
fixed markdown TOC links

33be8d3e1bc8c3450482a113abfd301f6c197808 authored almost 13 years ago
fixed __dirname client-side issue. Closes #346

519ae031bc96116f493fa24e8f5c5abd2ffd72d4 authored almost 13 years ago
Added: initial run of tests with --watch. Closes #345

786a7a9d3bb491c9b309e37ef16983cf802b8720 authored almost 13 years ago
refactored min reporter

8062691a579aff9340a391f967dcfe2fb01d41ba authored almost 13 years ago
added min to the --reporters list

3a1a089934eb8760228a2037b51a5f92b4277dcd authored almost 13 years ago
misc

edd82f75565dade93af7777c30b30690bf3d33b0 authored almost 13 years ago
Added minimal full-screen repaint reporter

cddf3ecb8c6cb514ed006715f24c35f58ef0e037 authored almost 13 years ago
Merge branch 'master' of github.com:visionmedia/mocha

b57b53037246868846c366233ca5176e15c05ec9 authored almost 13 years ago
Added support for arbitrary compilers via . Closes #338

1f9fe050923a4da19e00de13fcb4a9026c9a7894 authored almost 13 years ago
Merge pull request #337 from michael-adsk/master

Added Teamcity reporter to exports (it had been left off)

39037cfe9a3c04620db0bb2dc7fcb90979a7e731 authored almost 13 years ago
Updated built mocha.js file as well

0df725319dea943b956a05315fab94ab1a50d667 authored almost 13 years ago
Added Teamcity export to lib/reporters/index. It had been left off.

c04c0682a7774128427c52bb1377804aeb5505ca authored almost 13 years ago
added links back to markdown TOC

739114e45cd6951d75a78601616cfce4c463df70 authored almost 13 years ago
generate better markdown TOC

e185caa4033f983691fdfe0a40129592f49e1e3a authored almost 13 years ago
use full title for markdown anchors

c42ad7267363a8dfd64d98b4cc9a098d1b19ea11 authored almost 13 years ago
added TOC header

0a9eb1552eec8642553970011fbbacb5973f0f03 authored almost 13 years ago
added TOC to markdown reporter

d0f9d8826d79c03c138371f7565a7de7ed1bbb3a authored almost 13 years ago
buffer markdown output

7a74b83e5da3401a980564c7601ee043c1a94444 authored almost 13 years ago
use slugs for anchors in markdown reporter

6d25d3793d5b9148bca0d3aba30fc3f99c81315f authored almost 13 years ago
added slug util

8b54154aaf80989861f8292685b052c344134d23 authored almost 13 years ago
fixed escaping in markdown reporter

09416dcdce95680e42a2bfbc08d8d3f2163829f9 authored almost 13 years ago
Added markdown reporter (github flavour)

useful for GH wikis or readmes etc

1951c39ef8168fc209fa7d6e41b7663f65025b9d authored almost 13 years ago
Added: scrolling menu to coverage.html. Closes #335

505dc5a8b819ce2be0b6bf10829e1613662a0482 authored almost 13 years ago
Fixed chopping of first char in error reporting. Closes #334

8ac51844b95303107f227d80d458d90c118c75d7 authored almost 13 years ago
Added js API. Closes #265

needs tests
needs mocha(1) to use this api
needs some refactoring

9125b84f8e0e4234bc140099860600424ccd6c62 authored almost 13 years ago
tweak

335a1b0f25b8e95acedcf49557f040fb0d1b271a authored almost 13 years ago
Merge branch 'master' of github.com:visionmedia/mocha

03299c29c5b96ec4b65ddd406d7bfbc658e45a44 authored almost 13 years ago
build

43a8e8f524d305ba1c6137ea11052c780b374f37 authored almost 13 years ago
Fixed terrible FF / Opera stack traces

37c6b0027ae4aa76675377584aa27f16e7bfe58f authored almost 13 years ago
Merge pull request #308 from hokaccha/browser_opt

Added browser setup options

12c4e1ebca51ebb69387243239eced300b2497a9 authored almost 13 years ago
Added browser setup options

5c25a5115e854a434b6f87d63c50df81617b974a authored almost 13 years ago
Release 0.14.1

b6b5b27e6ade9ca8b71a6d6030374632c8a31b00 authored almost 13 years ago
Fixed --watch, purge require cache. Closes #266

06f299f08509d6faa3b406b4579e1b7fc4243aeb authored almost 13 years ago
clean up HTML escape() usage

98bc45461e888bc69f69b92ec943271ccfc529a5 authored almost 13 years ago
clean up HTML a bit

e6f703e2fe6c433654b16b0d507200ca3fdc4639 authored almost 13 years ago
build

b66591078fefd132b810f68f8249a3a7344405e5 authored almost 13 years ago
highlight code

e294b1e4b2689d7920301bd096e20cfaa6701b12 authored almost 13 years ago
removed jquery.js

190bfbc56b35e1fc95e94fee84ddcc12a677fc53 authored almost 13 years ago
Removed jQuery dependency

12b7b48947bf7ac4ed5af8cde8c43b8978cb82b4 authored almost 13 years ago
added dummy browser/diff.js file

c9d1cf4c186194d60a0a4382bb7742e3f1388a15 authored almost 13 years ago
Merge branch 'master' of github.com:visionmedia/mocha

f880ff00e3c6b225b2ca7e52baed56fa1a1a5dbe authored almost 13 years ago
Added lib-cov to .npmignore

0b4a486e09c0534589496434385604d84debc132 authored almost 13 years ago
Merge pull request #301 from tricknotes/compatibility

Added reporter to `mocha.run()` as argument

a186b8dba1079385b763186a3eacdbc24a556095 authored almost 13 years ago
Added reporter to `mocha.run()` as argument

f0781afdad9da6ed34ebf55e1808d03b1cbeb6f6 authored almost 13 years ago
build

5cded18c7821d437cc8eaeceab4a43f21c02feeb authored almost 13 years ago
Added some margin-top to the HTML reporter

too close together before

77437bdce1a1d6bc1a46ee5535a5a93046620e6a authored almost 13 years ago
swap diff colors

6e8e8f41a991415366ce62e7bd7519ab499fd81b authored almost 13 years ago
Release 0.14.0

1a6f618b39e74db5bdc65ea2629763ca86a32eaf authored almost 13 years ago
Added basic diff support for the terminal

84bb6b91b0976cd2fe761fb444be8538667018ef authored almost 13 years ago
Fixed syntax highlighting of strings, non-greedy

addd4fea6f730a2f0535b4eac1c28e11657881b3 authored almost 13 years ago
ignore 0.7 for now, even npm isnt working

20935f0159869e99e3cd68a7ddfe3ca95bfe2d9d authored almost 13 years ago
update logo

b22142d637801eed86641f39bc920853f3af3c5a authored almost 13 years ago
added test for cascading Context

67fb9d101a125708d90b9256c59f8c1b5aba1f80 authored almost 13 years ago
added back build files

aa0e9a14d22785f0af30056df60dad0452e0eaa5 authored almost 13 years ago
removed jscoverage reporter, it is JSONCov now

248a915a3413eb9f8b092985c90136ce1846fafb authored almost 13 years ago
Merge branch 'master' of github.com:visionmedia/mocha

7479f8137c79f27bb4c55450e5e3f454e76dcd50 authored almost 13 years ago
Release 0.13.0

6caeb30386e92b4a980074b535747319324dfe99 authored almost 13 years ago
less padding

really need a better box model for this haha
my width crap sucks

9e4b52931ff0fee00e37bf7cba9e59f011dcdaf3 authored almost 13 years ago
-moz

848557fbc1a48c9ba77c224f5b8b2df1030566aa authored almost 13 years ago
Added preliminary test coverage support. Closes #5

d4666c2f788827f69f52d0312510d26f09156181 authored almost 13 years ago
Merge pull request #275 from kunklejr/master

Add code coverage reporter for jscoverage

58b3612795bd42acbe5ddb8c921f5718521a8ab1 authored almost 13 years ago
Added: make json reporter output pretty json

aedaa732aa0ac83da44cc544f19513025ecbd325 authored almost 13 years ago
Merge branch 'master' of github.com:visionmedia/mocha

8af6f67fb1773363d8453ea656553e9811527f12 authored almost 13 years ago
Add reporter for jscoverage data

e1e01075e1279fd89a089dd1c1d7ee1fdb9f26c7 authored almost 13 years ago
Revert "Also reload changed file"

This reverts commit 71a6836fb3d203c5cde7bef3c000df6ac8163dda.

970068d6109f64c83141d24e8f094f730f305c4a authored almost 13 years ago
Merge pull request #266 from bjoerge/master

Watch option does not reload the actual changed file

2f0b2e36ae96349a7f1b19d6779a97c071b30885 authored almost 13 years ago
Also reload changed file

71a6836fb3d203c5cde7bef3c000df6ac8163dda authored almost 13 years ago
Fixed opera stack trace, add .message

seems like opera does not add this for you?

13a88c7359f656af0c13d2de7004c16f688e2eb1 authored almost 13 years ago
use test.state to ensure fail or pass not both ;)

199112f944b1ed2c8bb949a01a7a63caa54f2849 authored almost 13 years ago
ocd

d3b008fc45522c508dd26d4996d401720d1fb976 authored almost 13 years ago
Fixed node-inspector support, swapped `--debug` for `debug` to match node. Closes #247

41e41187b5dbe2d43c27e8c4be76482de606d637 authored almost 13 years ago
Added `xdescribe()` and `xit()` to the BDD interface. Closes #263 (docs needed)

6cdca19eafa34bc8f05cfa69a8084fdd6b2cf06f authored almost 13 years ago
Release 0.12.1

ef598ec7e6b2c41218f49ad0d7fc0d51077542f9 authored almost 13 years ago
Fixed Suite#clone() .ctx reference. Closes #262

84e6a153a8b48e2c2df907fffda40ba083ee42cf authored almost 13 years ago
Merge pull request #261 from TooTallNate/patch-1

Make `npm docs mocha` work.

0fbbb7524b6c19d9231d8b4195599fe635184c6e authored almost 13 years ago
Make `npm docs mocha` work.

af55993b8195200c96ffebc940bce7f1e04d4aca authored almost 13 years ago
files util is private

8f9716dd588865a87badeb0e67fa27f7905cd4e4 authored almost 13 years ago
Merge branch 'master' of github.com:visionmedia/mocha

143d913b89c7ed809fdcc7ebc904414cb7517013 authored almost 13 years ago
update growl dep

abb6082129ae3e380fa4405213f694321eb5943c authored almost 13 years ago