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

Remove reference to test before afterAll hook runs

Fix #2006

5bb930f4999cce3130ca97410730d1db3f1ce9cf authored about 9 years ago by Stone <[email protected]>
Merge pull request #1977 from ahamid/handle-phantomjs-undefined

safely stringify PhantomJS undefined value

0d3321d4825c6476e7fe72123f4b2b617cad769f authored about 9 years ago by Daniel St. Jules <[email protected]>
safely stringify PhantomJS undefined value

eb7b2c459bc48af7ec23906e345215eaf2336723 authored about 9 years ago by Aaron Hamid <[email protected]>
Merge pull request #1989 from longlho/1773-retries

Allow to retry failed test from test context for #1773

d811eb9614e5b459dabb4f2496e69f961decec90 authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1982 from Alaneor/cli-log-timer-events

Enable --log-timer-events option

ce3e89a0b40cccd2e3fcf608f22098c64afbaf37 authored about 9 years ago by Daniel St. Jules <[email protected]>
Enable --log-timer-events option

This provides better insights when profiling application using --prof switch. Especially useful ...

2a32ab2c1669cdf423f4f814d225e9a4a8208276 authored about 9 years ago by Robert Rossmann <[email protected]>
Allow to retry failed test from test context for #1773

- make retries run proper hooks
- allow retries override at different levels
- expose currentRet...

7d394ab0bf113a3eade438a593ea5f68923f5c6f authored about 9 years ago by Long Ho <[email protected]>
Fix #1980: Load mocha.opts from bin/mocha and bin/_mocha

9b1e587b2a78c8f99248d2c4b0a48ea6620fd468 authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1976 from iclanzan/patch-1

Simplify function call.

4f26ce7ac54dddb42f3a83b83ce5042e2532e8c5 authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge branch 'ui-fix'

a61b1f3287b436522545e5458d071d7e791c15d0 authored about 9 years ago by Daniel St. Jules <[email protected]>
Fix fixtures/regression/1794/simple-ui.js to work with local mocha

f8b42fd35d954ffb18687460926cf28f5746af7c authored about 9 years ago by Daniel St. Jules <[email protected]>
1794 test case

1d0ff9f418c81f95c7df599fba8780412b6b6f88 authored about 9 years ago by Joao Moreno <[email protected]>
Merge pull request #1963 from peachworks/perf-basic-prof

Add support --perf-basic-prof

c3abc076fbe13ee3087ea46e880503d0d6d59afc authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1981 from Standard8/fix-done-reporting-on-html

Fix HTML reporting display to show errors if done is called multiple times, or if an exception i...

829df1dc7c21c6e46a1074e2dfe628b5d1ef1b9e authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1993 from segrey/master

propagate "file" property across suites and tests for "exports" inter…

9d8c15472f899e8b1b33b5e732ee0d804815b15c authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1999 from tmont/use-strict-fix

support for strict mode

50920fc14838f046c1e0b753af7bbc90b1654355 authored about 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #2005 from jonnyreeves/patch-1

XUnit Reporter Writes to stdout, falls back to console.log

c972f0b1553a2d63f8371b592c390bf03edbc154 authored about 9 years ago by Daniel St. Jules <[email protected]>
Alter feature detection

3134ea45e20eb5b0f0ab83979a6bf88e6471ba22 authored about 9 years ago by John Reeves <[email protected]>
Merge pull request #2021 from zetaben/patch-1

Fix non ES5 compliant regexp

5d1fdc21604f9c37fa3305bc1ae04876bdf84f0d authored about 9 years ago by Joshua Appelman <[email protected]>
Merge pull request #1965 from cowboyd/dont-double-install-bdd-ui

Dont double install bdd ui

e7c453257745d838ce0e2f16856a5aa9d53dc543 authored about 9 years ago by Daniel St. Jules <[email protected]>
always reference the correct it from it.only

08bf74d8440b811e42bf4b8150a4977a05472c9a authored about 9 years ago by Charles Lowell <[email protected]>
Fix non ES5 regexp

ES5 appears to require that { be escaped when not used as part of a quantifier. While this works...

2766fc0317c486beecadfd6d986ecae942e23c8b authored about 9 years ago by Benoit Larroque <[email protected]>
Fix HTML reporting display to show errors if done is called multiple times, or if an exception is thrown after done is called.

ae4fbca3e19049cd18d676e865c844fbc890e14c authored about 9 years ago by Mark Banner <[email protected]>
XUnit Reporter Writes to stdout, falls back to console.log

Fixes #1674; provides support *much* needed for [mocha-phantomjs](https://github.com/nathanbokta...

c66bc8354bac5f9bc43de7575f4bfe3ecc470801 authored about 9 years ago by John Reeves <[email protected]>
support for strict mode

- fixes #1879
- fixes #1821

77ddbef14441786520717bda0010b2d14c68bc2c authored about 9 years ago by tmont <[email protected]>
Merge pull request #1995 from ianwremmel/fix-xunit-hang

make sure the xunit output dir exists before trying to write to it

3af1b8a54d7c17fceccf10f4fe02fd03000841c5 authored about 9 years ago by Daniel St. Jules <[email protected]>
fix lint errors

d09c035f7e6304b37fef2ebc9e1cd2783bf39562 authored about 9 years ago by Ian W. Remmel <[email protected]>
make sure the xunit output dir exists before trying to write to it

Fixes #1994

1cc21a9ca99330644d121087198dbcfed8be0e94 authored about 9 years ago by Ian W. Remmel <[email protected]>
propagate "file" property across suites and tests for "exports" interface

a2a2e6c523b9900c738db79583240787d0054801 authored about 9 years ago by Sergey Simonchik <[email protected]>
use chalk for base reporter colors; closes #1200

119291449cd03a11cdeda9e37cf718a69a012896 authored about 9 years ago by Christopher Hiller <[email protected]>
support --perf-basic-prof

c51119b8d8c89e0105ea1d53eba0500eb508cfe2 authored about 9 years ago by Rob Raux <[email protected]>
Simplify function call.

5a18d67e72567d48af26cbeec183f2e3bbda4730 authored about 9 years ago by Sorin Iclanzan <[email protected]>
Fixes #1794

Moves Mocha interface allocation to after require option has been processed to allow for use of ...

d596bbbfa130c68c15ae15eb9ccad50c17278fd8 authored about 9 years ago by James G. Kim <[email protected]>
Merge pull request #1967 from krisr/kris-silence-warnings

Silence Bluebird js warnings

67d0facb5153feb7db4d8e161778436a75117189 authored about 9 years ago by Christopher Hiller <[email protected]>
Silence Bluebird js warnings

4af3866107cf9a4c43501537600aba267e8494ca authored about 9 years ago by Kris Rasmussen <[email protected]>
Release 2.3.4

5cc8bdd26c74fb91e7eea57e7c689b4e4890bc55 authored about 9 years ago by Travis Jeffery <[email protected]>
Merge pull request #1954 from joeycozza/master

Update debug dependency to 2.2.0

14c69974301435f76c25efc89e29e78ddb512181 authored about 9 years ago by Travis Jeffery <[email protected]>
Update debug dependency to 2.2.0

[email protected] has a vulnerability in its dependency on [email protected].

[email protected] has updated its ms...

039a8a7edd6b21897b2c576d67c4769390c80b15 authored about 9 years ago by Joey Cozza <[email protected]>
Merge pull request #1910 from nexdrew/fix/mocha-opts-dupe

Fix duplication of mocha.opts on process.argv

20ebec8830934efbb7663009a62456292ee6be52 authored about 9 years ago by Travis Jeffery <[email protected]>
2.2.6

07c269832b996f73be357e323760e63282da1a0f authored about 9 years ago by Andrei Rusu <[email protected]>
Fixed #654 - screenshots werent being saved on windows

1a0205d694e63f09b666acf5f170e25cbf5a0746 authored about 9 years ago by Andrei Rusu <[email protected]>
remove duplication of mocha.opts on process.argv

f8294e63a995b9e46c866ca43c0afd7554534f83 authored about 9 years ago by nexdrew <[email protected]>
Merge pull request #1909 from berkerpeksag/patch-1

Fix typo in test/reporters/nyan.js

0c702772302d4e62f8d9132122ad17880f3ac709 authored over 9 years ago by David da Silva Contín <[email protected]>
Fix typo in test/reporters/nyan.js

peinding -> pending

63e668a8f75952691d22060ca99700f5af719758 authored over 9 years ago by Berker Peksag <[email protected]>
rebuild mocha.js for 2.3.3

c4393c456839d6bf2cbb4abb1cd177010ee06458 authored over 9 years ago by David da Silva <[email protected]>
bump package.json and component.json to 2.3.3

7b6d3789425db15c1895eb116c55ffd7d312362f authored over 9 years ago by David da Silva <[email protected]>
Fix node 0.8 blowing up upgrading npm 1 -> 3

Relevant: https://github.com/npm/npm/issues/9668

8ca09fda641f314f6507560addab6a544a2c3a0e authored over 9 years ago by David da Silva Contín <[email protected]>
Update HISTORY.md for 2.3.3

0e902b7e00b1e4b49853d328064ca444c63400ef authored over 9 years ago by David da Silva <[email protected]>
Remove trailing whitespace from HISTORY.md

de273d6fbd2bbc258a8a4b31016a8d26e17457f3 authored over 9 years ago by David da Silva <[email protected]>
Merge pull request #1889 from danielstjules/issue-1798

Fix #1798: Correctly attribute mutiple done err with hooks

23b29558249dfa8fe44e5eb8d6050f7b6ec9e154 authored over 9 years ago by David da Silva Contín <[email protected]>
Fix #1798: Correctly attribute mutiple done err with hooks

10e8604eae45ff3042569bee37c061843a553528 authored over 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1880 from danielstjules/stackfilter-browser

Stackfilter fix: Don't remove modules/components from stack trace in the browser

44ba4177136aacac19d506acd3dd45c0fc74c66c authored over 9 years ago by David da Silva Contín <[email protected]>
Merge pull request #1888 from danielstjules/revert-jade

Revert jade to support npm < v1.3.7

7c17c659fdec784eb480a4ea599565297f869d5d authored over 9 years ago by David da Silva Contín <[email protected]>
Merge pull request #1886 from danielstjules/uncaught-delay

Fix #1669: catch uncaught errors outside test suite execution

d8617b27c25fb6fc6247a6b16b028ad161a7320c authored over 9 years ago by David da Silva Contín <[email protected]>
Remove redundant harmony flag

4747437b042427fdeb56848608e3f1ec3e4b3586 authored over 9 years ago by Daniel St. Jules <[email protected]>
Call the inspect() function if message is not set

Unfortunately some frameworks throw error objects which do not have a `message`
property but do ...

31fb4bebd19ed6fd7e4f5417e6272e135c8c1874 authored over 9 years ago by Kevin Burke <[email protected]>
Cast non-string return values from err.inspect()

0956c023e4530a527f376be4ae0724ea96713ab7 authored over 9 years ago by Daniel St. Jules <[email protected]>
Revert jade to support npm < v1.3.7

ea3b6524f66026321cf86aedbc0af3fc20b5faec authored over 9 years ago by Daniel St. Jules <[email protected]>
Fix eqeqeq linting errors from eslint 1.4.0 release

fb3fe33fbb5d7819d5dc4df404dc926b1db033a5 authored over 9 years ago by Daniel St. Jules <[email protected]>
Fix #1669: catch uncaught errors outside test suite execution

f22ab537be95dcf17b22e6cab11b3368445b9c3e authored over 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1882 from danielstjules/fragile

Fix fragile xunit reporter spec

f02301818cec8bb556426017ee257eedd9339fce authored over 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1885 from danielstjules/flags

Support all harmony flags

a3ae593159f2ad16b0a40468dba201d3272f3504 authored over 9 years ago by Travis Jeffery <[email protected]>
Support all harmony flags

c4647bf2fa167501e40d1c9a3858b09eae741700 authored over 9 years ago by Daniel St. Jules <[email protected]>
Fix fragile xunit reporter spec

d7e4605c69f2f0bccf0f18641f365aa3c8da3fa7 authored over 9 years ago by Daniel St. Jules <[email protected]>
Fix linter warning

"Expected a conditional expression and instead saw an assignment"

8a100df9598c9570c0d6194321c7b23acf07857b authored over 9 years ago by Daniel St. Jules <[email protected]>
Stackfilter fix: Don't remove modules/components from stack trace in the browser

cbbf7ffd00895c8c0a05dc2c304c25c06a8dd5f3 authored over 9 years ago by Daniel St. Jules <[email protected]>
removed dependency on nightwatch and some refactoring

e137a47b1b2fc640619f896d3590d7090f546013 authored over 9 years ago by Andrei Rusu <[email protected]>
Merge pull request #1878 from danielstjules/issue-1864

Fix #1864: xunit missing output with --reporter-options output

edaef34c384d0187061d49679ff84e7bf2466c4b authored over 9 years ago by Daniel St. Jules <[email protected]>
Fix #1864: xunit missing output with --reporter-options output

e950ea6b3601717f3272eb9f7bc205a972400ca8 authored over 9 years ago by Daniel St. Jules <[email protected]>
Merge pull request #1876 from danielstjules/issue-1875

Fix 1875: Markdown reporter exceeds maximum call stack size

75a7f71ceeabf8ff1dc775fc08ea30aa20f0928b authored over 9 years ago by Daniel St. Jules <[email protected]>
Fix 1875: Markdown reporter exceeds maximum call stack size

9e456090c1f0a6a49d468dce58a2cf9cec9a1355 authored over 9 years ago by Daniel St. Jules <[email protected]>
IE<=8 no [].reduce, so use 'utils.reduce' instead

0565fac49e4153cdc65a6431553d1aae80eb7008 authored over 9 years ago by wsw <[email protected]>
Release v2.3.2

4c4d4d96297e9bdd1c532717a7ad0b1d3946f3ee authored over 9 years ago by Christopher Hiller <[email protected]>
remove lodash.create; closes #1868

c7a8fedd08c13315c2befcb99699abeda1a9f3b0 authored over 9 years ago by Christopher Hiller <[email protected]>
update package.json & component.json for v2.3.1

2515277e2887e507e9cdda1d7460eb9ec3ffb76a authored over 9 years ago by Christopher Hiller <[email protected]>
update HISTORY.md

408b864d3b2112342f71630a6819353b0f2443bf authored over 9 years ago by Christopher Hiller <[email protected]>
fix package.json to use exact version of lodash; closes #1867

5eda63f4879052081e0ff369f1c26e85a7cf9290 authored over 9 years ago by Christopher Hiller <[email protected]>
removed peerDependencies

3a71e16aa10dba7de1d8dc60d3910e1621155e07 authored over 9 years ago by Andrei Rusu <[email protected]>
updated require path for nightwatch

700238ca620083f83b48ebb5183ab61c12724a7f authored over 9 years ago by Andrei Rusu <[email protected]>
Added support for running mocha tests from nightwatch

4767c30848360cf901c83cb449c412d120df9d7a authored over 9 years ago by Andrei Rusu <[email protected]>
Merge pull request #1852 from aaroncrows/fix/1812-bail-runs-before-hooks

Fix: Bail flag causes before() hooks to be run even after a failure

4f0b32e0cef5d999f7f9594e3dccef89f023d65f authored over 9 years ago by Christopher Hiller <[email protected]>
Fix: Bail flag causes before() hooks to be run even after a failure

552813282d88a08a48902bc0f63460d10dc686cf authored over 9 years ago by Aaron Krause <[email protected]>
Release v2.3.0

ca7c516083ae04f8f5892f33d4425d1bac2683a9 authored over 9 years ago by Christopher Hiller <[email protected]>
update HISTORY.md for v2.3.0

ee0a55b572d7da7dd8b7abc418d594602692bbed authored over 9 years ago by Christopher Hiller <[email protected]>
rebuild mocha.js

be1c1a42f959dfe02b0cd952ac05c1ca71b08fde authored over 9 years ago by Christopher Hiller <[email protected]>
added allowUncaught option (#553)

allows unhandled exceptions to propagate in the browser
added tests for allowUncaught option
glob...

92dfdd420ff2f611bae6582a25d79681b5271546 authored over 9 years ago by amsul <[email protected]>
Allow --async-only to be satisfied by returning a promise

This results in a slight change to the behavior of --async-only:
instead of failing immediately,...

242ee53a5d23337e3f0d7b3a6f0f05eea82058d6 authored over 9 years ago by Jason Lai <[email protected]>
upgrade eslint to 1.2.1 w/ config & Makefile fixes

5054feeef901edd7c5a069bc2c54d97ef9e707a8 authored over 9 years ago by Christopher Hiller <[email protected]>
Merge pull request #1829 from gigadude/gigadude-max-old-space-size

Support --max-old-space-size node argument

6862b7efd0a848a2d819cbf9557365e4f8fb3fa2 authored over 9 years ago by Christopher Hiller <[email protected]>
Merge pull request #1835 from outsideris/issue-1811

Upgrade Jade dependency to 1.11.0

019ab50c4090f6cbee84e047cb689afe064bd8c3 authored over 9 years ago by Christopher Hiller <[email protected]>
upgrade jade to v1.11.0

Jade syntax isn't broken in new version, but update some syntax
for being more explicitly. fix #...

d70759f1730a7cecf8f786715a74065db5b6638b authored over 9 years ago by Outsider <[email protected]>
fix undefined `str` variable for html coverage

Order for variables definition is wrong in 3f78f10ca,
so, html coverage page print `<undefined><...

283ad65b2bc2e2fd06b86ae29b5ceba04e77e728 authored over 9 years ago by Outsider <[email protected]>
Support --max-old-space-size node argument

71068dae0e3f1155d87a69dbef940ec001327f29 authored over 9 years ago by gigadude <[email protected]>
Set safe CSS for progress indicator which does not conflict with Bootstrap

c66b34e7e1ee5b9b7054ecccc73f589ead2f8543 authored over 9 years ago by Pavel Zubkou <[email protected]>
Merge pull request #1802 from ajaykodali/fix/1769-asynchronous-error-handling

Fix for async hook error handling issue

03af0fe3764b718c32a57e47d8cd26f88e72371b authored over 9 years ago by Daniel St. Jules <[email protected]>
* Fixed async hook error handling issue where an error in the hook was bailing sibling suites too

* Added unit test cases for async hook error handling
* Fixed minor issue in existing sync hook e...

ebc6aee50dd1fdca9ab940b43ab79db72f0a4f93 authored over 9 years ago by Ajay Kodali <[email protected]>
Merge pull request #1447 from duncanbeevers/descriptive-before-after-each

Decorate failed hook titles with test title

6d20329477064465d074e649a962e01b70d3836f authored over 9 years ago by Christopher Hiller <[email protected]>
Scope loading behaviour instead of using early return

Fails under babel_node node_modules/mocha/bin/_mocha
Transformation error; return original code
...

952dca73d1c24132b0fb8e30e3300b5346f0f1c1 authored over 9 years ago by Guy Arye <[email protected]>
Merge pull request #1788 from sunesimonsen/fix/html-runner

Fix: html-runner crashing because of missing process.stdout shim

d29f7e96454c11bc180d3a70b4a78e789ae9ae3e authored over 9 years ago by Joshua Appelman <[email protected]>
Fix: html-runner crashing because of missing process.stdout shim

When running mocha in the browser you get a crash in the following code:

if (isatty) {
export...

3186f53c4c97fa177e98cb62b09578fe69d0e0c3 authored over 9 years ago by Sune Simonsen <[email protected]>