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

Fix dot reporter output bugs

Fixed:
- Pending test dots not being counted (leading to longer rows of dots when containing pe...

2b592a606f7c5431cf8d843af75f47b4e216f9f9 authored over 10 years ago
Merge pull request #1197 from sukima/feature/add-browser-directive

Add browser script option to package.json

72e74e7a0c8b8fc3adf9348834c316361fa3fabf authored over 10 years ago
Fix regex that generates html for 'new' keyword (close #1201)

961c5392480a6e9ca730e43a4e86fde0d4420fc9 authored over 10 years ago
Add browser script option to package.json

This will tell any browserify project to package the browser version of
mocha and not the Node v...

6d98399e154835effcdd9b183dc37a8f960844f2 authored over 10 years ago
Merge pull request #1164 from park9140/sibling-suites-have-separate-context

Make sibling Suites have separate contexts

ca3554548c28428794a21da5bc6949b71e795a5f authored almost 11 years ago
Force sibling describes to have separate contexts

6c705cd4d4bde87d735fcf6d8726af720bf392a5 authored almost 11 years ago
Revert to previously defined onerror handler

9cb278bd6c5a68e5e639382855b03e55bbd28157 authored almost 11 years ago
Add license to npm (close #1177)

638e049cfae48f35493c8b4bf3c5debe5691d751 authored almost 11 years ago
Add ES6 arrow function support to utils.clean

4e92dc684e897022a3231a4eae344166a719eb25 authored almost 11 years ago
Merge pull request #1174 from gaye/issue-950

Issue 950 - Export file on Mocha.Test objects

64396afeefe0927e2ba4bf588642372421b81ed5 authored almost 11 years ago
Issue 950 - Export file on Mocha.Test objects

3dd1cdbb695f0489e03171c0874f4ccfb7347893 authored almost 11 years ago
#888 Fix for --watch+only() issue

d7d3dd8128d3f1eac4ed106c6c64594c8f645fad authored almost 11 years ago
1.18.2

780086bec3737939ec8eb67116662f32570d37f1 authored almost 11 years ago
Fix HTML runner to use the #mocha element as root. (close #1162)

84ced4c1b073b32a20413d5cfd6ef9123aa9098b authored almost 11 years ago
1.18.1

577199e98dde980b266c79f23f85e1298efd2699 authored almost 11 years ago
Merge pull request #1161 from wejendorp/master

Add named hooks in interfaces. (fix #966)

4f384fc98ab59715f32963ca06ce21894ec28156 authored almost 11 years ago
Named hooks in interfaces. Bugfixes #966.

157791f00210d47db79df08d749e55c97d143011 authored almost 11 years ago
Support for environment with `global` and `window`

Node-webkit has a global `global` object, while the global `this` is the
`window` object. Overwr...

ff6a182904bf4049bd8ed0e11c8e09ac165300a0 authored almost 11 years ago
Merge pull request #1135 from btd/master

Pass options into reporter constructor

b44a42da50f2159962dc8418f02f47cbc9108d4e authored almost 11 years ago
Merge pull request #1157 from hyeluri/patch-1

Fixed copyright year

a6759f175666a8bf406dc9fa83a58764583d0715 authored almost 11 years ago
promises be weird

0902ec2ef3b4073a9336f9568f4f56e736ee833e authored almost 11 years ago
refactor negated conditional with else branch

556d4e98a629c546a0001ce0ff05d96144b8af2f authored almost 11 years ago
Fixed copyright year

Copyright year should reflect current year

661ff1156418cc16d7f3fb1584f5a20e15978bbc authored almost 11 years ago
1.18.0

7fc13e1bd155acac6aee4313d38c92cce93b77fe authored almost 11 years ago
Fix up promise handling.

Per comments in #329 we can factor out the calling into its own function.

I also reused `this.r...

17cfdee9d6e08a604dfc850910d165cd85b4c2fd authored almost 11 years ago
Add promise support (close #329, close #1036)

a2968bf64e13cf15ccd33b8d395947a305fbd461 authored almost 11 years ago
Add tests for promise support (#329)

a1662844cbf6197bbda8bb14c8a94209a220919b authored almost 11 years ago
Revert "Merge pull request #1154 from jonathanong/graceful-fs"

This reverts commit 41ef1a9828ec4247ed7fbc4f7aa2764cb1904f28, reversing
changes made to fad92887...

8ccdee1ec7db45c81f506f17f7c1d11adc00833b authored almost 11 years ago
Merge pull request #1154 from jonathanong/graceful-fs

use graceful-fs

41ef1a9828ec4247ed7fbc4f7aa2764cb1904f28 authored almost 11 years ago
use graceful-fs

0f3f8bd74b90114090afcdf6c067c8e508f59553 authored almost 11 years ago
Less re-rendering with progress reporter

With a large number of small tests a significant portion of the testing time is simply re-render...

da357f886e70cfdc6164a8bf0a8d6cdd8a5e3648 authored almost 11 years ago
Add to reporter mocha options

755f05410d8bdb1218073b74755089998b98a0ca authored almost 11 years ago
report also failed test for doc reporter

f70a0b401ce49d7eb3708e7c8aa4de58d038120f authored almost 11 years ago
Support named before/after hooks (fix #966, close #1116)

fad92887921ee0fb3f27e64f43f25b7fc183f176 authored almost 11 years ago
1.17.1

7fc565ee3e225cb7a66bf39ae9c2c05b346675c1 authored almost 11 years ago
Merge pull request #1110 from noshir-patel/globalsfix

Remove invalid optimization in checkGlobals().

afd3c3dd47f6c00dc50bd7a0db99480060f66121 authored almost 11 years ago
Fix visionmedia/should.js#168

833132865febd265c6a88e80c31ae0eed9f4ec3e authored about 11 years ago
Cleanup #1111

736c743d8b2794cdb9823731afb937e2e3bf7174 authored about 11 years ago
Merge pull request #1111 from bnoordhuis/report-errno-global-leaks

lib: errno is not a global in node >= v0.9.11

* bnoordhuis/report-errno-global-leaks:
lib: er...

744702b52728509ec4e975b56505b32c24b5ed6b authored about 11 years ago
lib: errno is not a global in node >= v0.9.11

Update the global leak checker to add errno to the list of expected
globals only when the node v...

e1f2d86da3c60f1cbf9dafc00dd3c99694acb81d authored about 11 years ago
Remove invalid optimization in checkGlobals().

1d7c828049a5bfc08ddb76b753f04a3847fff702 authored about 11 years ago
1.17.0

ffaa38d49d10d4a5efd8e8b67db2960c4731cdc3 authored about 11 years ago
Merge pull request #1100 from benjie/watch-abort

Abort previous run on --watch change.

* benjie/watch-abort:
Old test suite finishes up before...

68ae2d869b6e7ea4952af9158761891929cbb07c authored about 11 years ago
Merge pull request #1077 from Raynos/tokens

Expose the globals as modules in mocha.

cc0341cd7c0a720d31acdf2eb3ad84c026bebc99 authored about 11 years ago
Old test suite finishes up before next --watch run

0d3762da5046599bbb152a476459cfa59b4c95be authored about 11 years ago
Merge pull request #1099 from benjie/watch-context

Reset context for each --watch triggered run.

* benjie/watch-context:
Reset context for each ...

74c0361d0decf9188e4dbb5bcabc8f90c8d6db0a authored about 11 years ago
Reset context for each --watch triggered run.

18c06ae79b1de788cde25eee0e287021bcd6bab7 authored about 11 years ago
Abort previous run on --watch change.

7d7cf6730056acb79cd9e3a396ac1dbccf2a44aa authored about 11 years ago
Fix acceptance test (#799)

db8fa54a029678f34168341f8ed6423f77d92138 authored about 11 years ago
Error if can't resolve given path (or pattern) (fix #799)

6ecdce7090cf2c8d3010e8432e2e2e516a31bbf5 authored about 11 years ago
fixed lib/mocha.js. Added test

28fe10f9b5765c3b955a15a8b915036c792bab17 authored about 11 years ago
Add acceptance test for canonicalized object diffs (#1079)

ae48a4c5f9c19f90a8a3848b4d5a1441a7259fa7 authored about 11 years ago
Clean up #1079

be674a20a7feba36a6b62d5f6d96e7c30c9cadde authored about 11 years ago
Base reporter: Canonicalize objects before stringifying and diffing them.

138ba985f10982851b6d76f656da0f3f1265e377 authored about 11 years ago
Merge pull request #1087 from sebv/master

making CR call behave like carriage return for non tty

20549544ac86e27e99f77b2d052fe7e11528fda0 authored about 11 years ago
making CR call behave like carriage return for non tty

8b10b9fcfcda688aef6d707a59ee537f3487ed37 authored about 11 years ago
no more files. exported in mocha.js

e54fd7f7896ff9efcf1940856a9168fc118fc802 authored about 11 years ago
1.16.2

1b5024b77e33e3a70f63de66993bbff449eb86f4 authored about 11 years ago
revert #1068 to make the xunit reporter runnable in browsers

3bb53b39db3cf887692479d232367e25acc35269 authored about 11 years ago
Merge pull request #725 from ForbesLindesay/patch-5

Don't fail tests if progress can't be rendered

6ff4bcd72601d904d9cfca291edfd1336d6874ff authored about 11 years ago
Use Mocha.utils.forEach (fix #1082)

ca4bc3604fa8c1a134cc4fa5c4faa2a3e942a6b4 authored about 11 years ago
Use Mocha.utils.indexOf (fix #1081)

4b47867f4f68670e56222c17551aa6757e3eade3 authored about 11 years ago
1.16.1

40913c3a192ffb2aeb2c846dd1567b6e4238ae09 authored about 11 years ago
Update readme summary

e6502729857a4460ae4e67d71a8ac76bcc18810b authored about 11 years ago
1.16.0

919cb825b5f67de69b07c9ce4932a3e0c3ba802e authored about 11 years ago
Expose the globals as modules in mocha.

baa9424fdb229a25033a5b1d66738f6c3fce097b authored about 11 years ago
Merge pull request #1068 from nathanboktae/xunit-stdout

xunit reporter should use process.stdout.write instead of console.log

c0bcf71e84ddf4da1396a0574e74eccbc9196a3b authored about 11 years ago
xunit reporter should use process.stdout.write instead of console.log

d3cc2181ecdd9cec8f55fa7b15950c854a2a23eb authored about 11 years ago
Fix var name (#985)

5cd2add72dca67a2cbacf391313d62ae7b492a79 authored about 11 years ago
Merge pull request #985 from jpbochi/async-error-handling

Introducing mocha.throwError for better async error handling

* jpbochi/async-error-handling:
...

e7364f3c286e435be16e0c085484891b8f8118de authored about 11 years ago
Merge pull request #868 from jfirebaugh/onerror

Return true from window.onerror handler

b9b7355c55635c92805e78b57e2557ec14710592 authored about 11 years ago
Merge pull request #1006 from ChrisWren/spec

Removed duplicate test output for multi-line specs in spec reporter

* ChrisWren/spec:
Removed...

fabd4e8ab6ba056c22389781ed32b5e92f2d1c48 authored about 11 years ago
Rename _aborting -> _abort

aeac447498b281feb7361b7b445bb085ff81211d authored about 11 years ago
Merge pull request #1063 from glenjamin/sigint-abort

Gracefully exit on SIGINT

* glenjamin/sigint-abort:
Gracefully exit on SIGINT

b011dbeda82409955717d76a27a9f1d0c515f0ad authored about 11 years ago
Merge pull request #761 from piuccio/utils_clean

Fix indentation in clean utility

* piuccio/utils_clean:
Fix indentation in clean utility

Con...

3135fd4eaad646205dde17ef71aea210450a4e75 authored about 11 years ago
Gracefully exit on SIGINT

55e62905ab693f7798d6799d6ad8ace8a2c135ce authored about 11 years ago
Merge pull request #984 from jugglinmike/browser-ui

Expose only the specified UI in the browser

* jugglinmike/browser-ui:
Expose only the specifi...

3a1693b03e19505b0ca63228d7d25bbb3a8119b9 authored about 11 years ago
Merge pull request #1046 from defunctzombie/per-test-globals

add Runnable.globals(arr) method for per test global whitelist

bcfdeab7e9adfdf115d05b8bd932e09287bf15a4 authored about 11 years ago
Merge pull request #1059 from glenjamin/master

Ensure process exit code is preserved when using --no-exit

b9de1f3695e0919e9aca9c0ec9dc49b4dc9aedea authored about 11 years ago
Remove the spinner when using --watch (fix #806)

0e6dda92ed9508301bf6e09bee09e95996aa0979 authored about 11 years ago
Merge pull request #1039 from vnikiti/xunit-sonar-fix

Fix for NaN coming in time attribute when test fails.

* vnikiti/xunit-sonar-fix:
Fix for NaN ...

b2e17707b540a0298caf8c044dee28db67e46f00 authored about 11 years ago
only write to stdout in reporters

70bbd85058bad28470c1454b7a542987885a9903 authored about 11 years ago
Ensure process exit code is preserved when using --no-exit

8aafaa4953261e9443d4440b042f43541e14bed0 authored about 11 years ago
Update history.md

ac5af6a94b05eaf6db4f211aa1ce98708dd81ecf authored about 11 years ago
Release 1.15.1

e22e0aafcd00f2495435f30caa98d3fe9e5c87ee authored about 11 years ago
Update mocha.js

d663f03ffecb9f56a0e6e7f3a8a7468ee24ed754 authored about 11 years ago
Release 1.15.0

b0d90fa26433a71454ecb1faa45e0665e7618f8b authored about 11 years ago
Update history.md for #1043

387d20fed44a91007ba6f42d3dd737418bc881b7 authored about 11 years ago
Merge branch 'Rulikkk-hook-error-handling'

* Rulikkk-hook-error-handling:
Handle errors in hooks (#1043)

08c93e520832b6c81bfb70a7c8a9030d29594871 authored about 11 years ago
Handle errors in hooks (#1043)

Only suites affected by a failing hook will stop.

5ee22943af2bb535a2e2e2f5cdf70ecaa5fa060f authored about 11 years ago
Merge pull request #1047 from jugglinmike/fix-timeout-test-2

Correct erroneous test

* jugglinmike/fix-timeout-test-2:
Correct erroneous test

Conflicts:
...

1047cd9c59de002bec24d6791d3b37a9d5e41a54 authored about 11 years ago
Update history.md for #1051

5d190391789be96e5e03af9538973d066134cd9d authored about 11 years ago
Merge pull request #1051 from tkmunzwa/master

Add <testcase></skipped><testcase> for pending tests to xunit reporter

* tkmunzwa/master:
Add...

2138dabe327a6ad5e9872bd0fda7bc9e0a75a1c1 authored about 11 years ago
Update history.md

b12a6a0ff8767c71a1125004ef8ddf3229644190 authored about 11 years ago
Add pending tests to test result data. Issue #1050

Resolves #1050

Adds test result for pending tests to results array. Pending tests will be
are ...

4ac4be4c9e029e2abf2bcf27339435e03124653f authored about 11 years ago
Correct erroneous test

Because the Runnable under test is not part of a Suite, its context is
undefined. Prior to this ...

ddf218ef9cceffadee5b7b37d48b5b0e90001522 authored about 11 years ago
Correct erroneous test

Because the Runnable under test is not part of a Suite, its context is
undefined. Prior to this ...

b637e1dc4f5bb7b25b00c90afb68d8c2f62b664e authored about 11 years ago
Fix yui compression (fix #1035)

30ba8f58496a0602b40cb522f19fda4957099aff authored about 11 years ago
Update bower and component versions to 1.14.0 (close #1042)

b771540635cc39b0298affd98c251be7446c6dc9 authored about 11 years ago
Fix inline diffs (close #1044)

a918737bc05cfd118e5534204a8de85c0177e3cc authored about 11 years ago