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

Update growl dependency to 1.6.x

2a8b0c8ccbc7896d3a5d0e02edbd7803330ff693 authored over 12 years ago
Merge branch 'master' of github.com:visionmedia/mocha

ece8e68cfaa75b20c6a26a62ab579bad424f5017 authored over 12 years ago
add `this.timeout(ms)` as Suite#timeout(ms). Closes #599

3f819801f72f833ed51d57f22f22e8e57322a60c authored over 12 years ago
Merge pull request #604 from typecastapp/css/max-height-for-error-boxes

Add max-height to error boxes

57550bc82c94cb52ee32114008dad28069c4c3f2 authored over 12 years ago
Merge pull request #603 from paularmstrong/bug/doc-html

Properly Escape Suite and Test Titles for Doc

fd051a7311ed75a08a4b819c58a5d60ddf18bf0d authored over 12 years ago
Forgot to add overflow:auto; into fix

5a5f224f673d3b21d6d6f6ea0b2a3b00b5098786 authored over 12 years ago
Add max-height to error boxes and make them scroll with overflow auto

aca2cba92a92ac30396ff2d75bbaf63799f50b74 authored over 12 years ago
Properly Escape Suite and Test Titles for Doc

1c9183aa7b1fb252b4f50cf3d8b9ce2ed714ab94 authored over 12 years ago
Merge pull request #598 from wilmoore/runner-stats

exposed stats via runner to allow access via "end" callback

c1a6790fb8a59a31ea7d5c4386054d8999fa9f33 authored over 12 years ago
forgot to run make

cb5a22e9b8f8ca617283ccc51208df1f7d90f57b authored over 12 years ago
a bit of elbow room

cd71aea6c408e26c319ef0e55fa79f3039b33421 authored over 12 years ago
exposed stats via runner to allow access via "end" callback

3f67c9ee3a3a982ed3277b0c5cf9efb11185bf17 authored over 12 years ago
Merge pull request #597 from SchoonologyRRL/patch-1

Runner no longer mutates Suite tests Array

d75d831a40490650ed3d94bd814b1d21cc4cdc56 authored over 12 years ago
Runner no longer mutates Suite tests Array

Previously, any given Runner/Suite pair could only be run once; afterwards, the suite was empty....

3f8e63259155d64b613b8e06bbf1f9aa79b5ec6d authored over 12 years ago
Merge branch 'master' of github.com:visionmedia/mocha

a4b2cddff92d255160f42035a3eca3fbfb5bba48 authored over 12 years ago
fix `this.timeout("5s")` support

a487ea4ad5b617001c71660bafde9fa9d9a2c8ce authored over 12 years ago
Release 1.6.0

64e0709b7f543898a0eb1208dbcdca636d1f329a authored over 12 years ago
build

ff4e613c083ec1244af647349ac14b5ca191491c authored over 12 years ago
add object diffs when err.showDiff is present

2d65b175652d9cbc22d7e20c9aa22750d82737f1 authored over 12 years ago
build

0827b633da5295815bcba26bc7540dec8e8a997b authored over 12 years ago
add hiding of empty suites when pass/failures are toggled

77a04e461447729298e39473fbd0602d4d1b4360 authored over 12 years ago
Merge pull request #593 from paularmstrong/bug/html-cov-scroll

use >= for heading check in html-cov

9fca1e1f772974541fd2be91eed09e7579ef599f authored over 12 years ago
use >= for heading check in html-cov

e73b1fa5db5f12bbd7aa10a77a43444fcddfa1a0 authored over 12 years ago
docs

e85edf572eaa9db4e48438837168395199a9a4e5 authored over 12 years ago
add faster .length checks to checkGlobals() before performing the filter

747588f92d1113dd0afccf660c85a5e589681c31 authored over 12 years ago
faster large example

c373d9c28f4840b34e9832cf121e44da95c896bc authored over 12 years ago
bump

7b809cf84df76c5d2020af2f71ea13e3171b1335 authored over 12 years ago
Release 1.5.0

a0d34ab334419377ac5045c7b060d67888377ae7 authored over 12 years ago
tweak large example

c82c5f40cfd719baca4121f6dd0fa6d2e32bdf56 authored over 12 years ago
rename Mocha#checkGlobals() to Mocha#checkLeaks()

6aa8fc9831196640f96083895be4e2ac460b0a07 authored over 12 years ago
add Mocha#checkGlobals()

e53fd518a2b9f010e7e6da731393809383b62990 authored over 12 years ago
remove fn.call() from reduce util

f0cdce151bed1564a1fc28f9a63d5fea8ba1c544 authored over 12 years ago
remove fn.call() from filter util

b84907d50cff73a8573c8022caad3cea87284461 authored over 12 years ago
styling

2963de070c897fdede64850350df1db2c90700f5 authored over 12 years ago
add inline ms.js for now

5e024719eeef202a1a81d00bc77627f2fd329299 authored over 12 years ago
Merge branch 'master' of github.com:visionmedia/mocha

8a512d37f11ee535510994e102c9067c938a5aad authored over 12 years ago
fix forEach. Closes #582

e3dc7dd2791661405aa5f0f5bda276a0b58762e8 authored over 12 years ago
Merge pull request #585 from coreybutler/patch-1

Update bin/mocha

cd7ec669a5958e06fc97e807986a1886a951a487 authored over 12 years ago
Update bin/mocha

V8 also has an optional --harmony flag available.

0cbe31e0042d5a178aab06631fd90f3e65030544 authored over 12 years ago
refactor prev commit

1fd3abd48e1c7cb3e58be6cac158508a09113327 authored over 12 years ago
Merge pull request #583 from ivanstoyanov/patch-1

Some more node options passing - --gc-global

4be293bbd7e0c23a1ac72951f68625440ec523ed authored over 12 years ago
Some more node options passing - --gc-global

I'm making some tests for memory leaks against my project. gc-global is needed for a more predic...

72ac80edf9b9be0bbb529c7daf90f52151ffd125 authored over 12 years ago
Merge pull request #579 from devdazed/patch-1

Harmony attributes are dashed not underscored

993a5e02c7f809279c28c09298134c504473c84f authored over 12 years ago
Harmony attributes are dashed not underscored

renamed harmony_proxies to harmony-proxies
renamed harmony_collections to harmony-collections

3e351cbdc62fae9315c80a4d28a3223b0d09616c authored over 12 years ago
update ms to 0.3.0

fdcfdc0bd716649a852069ae245cb45ae9cdbb0c authored over 12 years ago
update to ms.js 0.2.1 that does not exist yet

2a42487f1cbf191624ff4d682a01982d2accb9e3 authored over 12 years ago
change --slow, dont parseInt

1da2468bafc7c99eb6f36c3a00a2134da0d89736 authored over 12 years ago
add ms() to .slow() and .timeout()

to parse "5 seconds", "5s" etc

3e1c439a2c3788cbf7e7b9088f79a3837b89d3f3 authored over 12 years ago
Merge pull request #577 from aheckmann/slow

add this.slow()

03dfcd34058f901751026f3783a42e0f54666c18 authored over 12 years ago
add this.slow() option

closes #402

f0c5079cffe10fcc18ebf30bc5d0e3e6cb2dc55b authored over 12 years ago
optionally specify test reporter

5d3c7fb361945b952ee48408c8f16d24c8e49ddd authored over 12 years ago
ignore vim files

049403674783fbb57ec5985d3b8ac61eccdd1c7a authored over 12 years ago
add component.json

not working yet

d162c324ec1f077785d6ec282d4abfaff8476335 authored over 12 years ago
add "ms" dep, remove inline util

0e28a33805ade5cfeecc81b31900ad63f29ce72b authored over 12 years ago
Merge branch 'master' of github.com:visionmedia/mocha

66914ac7b887f65e5ffd3c8ef749ce89a0ad0705 authored over 12 years ago
Merge branch 'add/better-string-diffs'

25d8203d9f45e3821904d11705bc9314fd2e91b4 authored over 12 years ago
add tab, CR, LF to error diffs for now

not an optimal solution. see #548, but it is fine
for now

5e695f868002924cf3531bc91a9a8619054782af authored over 12 years ago
Merge pull request #568 from airportyh/fix_tap_plan_count

Fix to TAP output when grep is used to filter out tests: these tests sho...

39713795accbf7a0d243710ed43a3e8830dce450 authored over 12 years ago
fix callback style

b804660eb73134b4f21910397a1ec2d499f1d8c6 authored over 12 years ago
Merge pull request #571 from TooTallNate/proxy-signals

relay signals from the "_mocha" process to the main "mocha" bin

84c4c1bc5c1258ff49c7727027a1e0237ff8739d authored over 12 years ago
relay signals from the "_mocha" process to the main "mocha" bin

This makes is so that if your test case cases node to crash with a SIGSEGV
or SIGBUS for example...

9d2f039294b306b717f2283d386e7f2f4533d522 authored over 12 years ago
Merge branch 'master' of github.com:visionmedia/mocha

ba6637cbeab800bb245ffe58b78d02e8a9407009 authored over 12 years ago
add ms.js for durations

this allows for "3 minutes" etc

8ae0fd8636cc1d2d7dbcea02beda7f130dc99fcb authored over 12 years ago
Merge pull request #569 from joliss/history

Credit where credit is due :-)

a31f911f38d8a35ce4c2fe0fc2c05e91a7473073 authored over 12 years ago
Credit where credit is due :-)

15bae19f91af88352bf26330f2baf4719233a6f2 authored over 12 years ago
Fix to TAP output when grep is used to filter out tests: these tests should not contribute to the overall total in the TAP plan.

d4490b3e14cef78ad63559df3d8bf316723e25ee authored over 12 years ago
Release 1.4.2

8eaed5e9344c076ac61e124f5ea48fe58222f6b0 authored over 12 years ago
Merge branch 'master' of github.com:visionmedia/mocha

41a075eeaebb1689c9ebc6f45cc10fb9f6887ef3 authored over 12 years ago
Merge pull request #566 from exogen/master

Fixes #541: Load third-party reporters

5589731556f742058a2abcbdec0ddc1e8f6d8ab4 authored over 12 years ago
Attempt to load third-party reporters.

f31fa9f6dc49b2b8ddede8251919791341cc8877 authored over 12 years ago
build

ea57802fa17c4e64c41aeecae8d2f4043aa59562 authored over 12 years ago
fix ?grep= due to Mocha#grep() changes

dbac210a7583712ab15edeefd54e8355954af9d2 authored over 12 years ago
add support to multiple Mocha#globals() calls, and strings

11900314d5cb6a807afd3e34fa38a54f289e3ce2 authored over 12 years ago
fix tail.js to not rely on "this"

76eefee57b287470d780c83ae1ee09d06f8528c7 authored over 12 years ago
move query-string parser to utils.js

98323fb5932fcd4cfac93c91790457d48a4fa07b authored over 12 years ago
move highlight code to utils.js

34f8ed6f79d0acbd17674585e0e63c728f9d7603 authored over 12 years ago
fix styling in previous commit

bc700d8beaa586a15aabb66e22e05ca1545604cc authored over 12 years ago
Merge branch 'master' of github.com:visionmedia/mocha

b8b97f761244f85d866f1774c762e1ad6f55b779 authored over 12 years ago
Merge pull request #562 from jfirebaugh/562

support chainable setup methods in browser

41c9fc513d8525562bb6daa57cc2fee5e259a0a8 authored over 12 years ago
Use Mocha prototype in browser

d5a5d1b279df638f3d5880cf9e33d208e9a4be0e authored over 12 years ago
Merge pull request #563 from jfirebaugh/563

`mocha.reporter()` should accept a constructor

5de43046d5bc7f11ab16072e8be7b5f610f12bcf authored over 12 years ago
Add mocha.timeout()

8f35e84cb5f8e5994ddb15ba2602e42ab31146ac authored over 12 years ago
Fix browser tests

2ca206fa86cd6637efe10bdf53e9a4eb31a4f699 authored over 12 years ago
mocha.reporter() accepts a constructor

9a3382f4c0876ec2f726b0f54ea4b96198b462b2 authored over 12 years ago
Release 1.4.1

cf1791b705dd05ad956e070b7f492de59f32ff70 authored over 12 years ago
fix Mocha#grep(), escape regexp strings

b00b6f54e0c387dd6c3c71638d49f761fb0e7a62 authored over 12 years ago
add missing Markdown export

b5d7daf47a41698ad056b994d76454dc1253b8b8 authored over 12 years ago
Merge pull request #555 from joliss/reporter-root-and-grep-url

Make Mocha runnable in an iframe

44d50fd59765c4943b947ee38c8345cd63bddd8d authored over 12 years ago
Make Mocha runnable in an iframe

For Konacha, we'd love to be able to run Mocha inside an iframe, and
have the report rendered in...

40b4f7bc8124a77f5344f272804cd9845d7a23aa authored over 12 years ago
fix reference error when devicePixelRatio is not defined. Closes #549

5b43314111981ecc8a31001aa0995df6c9506bc7 authored over 12 years ago
add another note to changelog

7d4beccd3e53dcf8ea19df1232784e471bedaf7a authored over 12 years ago
Release 1.4.0

9331d73e28e480074ffef5186ed1a60e8dc4574d authored over 12 years ago
add .only() and .skip(). Closes #524

only for tdd and bdd interfaces right now

2c7780bc2d0e5787f88756e2094c4fdbd6e95263 authored over 12 years ago
fix HTML progress indicator retina display

6c9885787290063ca12ec24c1b79195fded66275 authored over 12 years ago
add mkdir -p to `mocha init`. Closes #539

eb73c7f16d5c823a2f5427cac707e4ad0bf9ab5b authored over 12 years ago
Merge branch 'master' of github.com:visionmedia/mocha

a9babb96fafece53e25f053a34a5979ef37230dd authored over 12 years ago
move support/template.html to lib/template.html

i think npm is auto-ignoring ./support

e8ea7afdb31837a4fb7c3e2d22ef462b6b0431ec authored over 12 years ago
Merge pull request #535 from traleig1/patch-1

Add pass-through for --harmony_collections

a2bc8a6b43d1692a156ff47c64b094570ee875ec authored over 12 years ago
Add pass-through for --harmony_collections

Necessary to use Mocha with contracts.coffee

f3ef52a7caf719743252b352dc7492d7bf79af9d authored over 12 years ago
change str.trim() to use utils.trim(). Closes #533

e82fc052040b29cad065b326e4a7c3406799c3ae authored over 12 years ago