Ecosyste.ms: OpenCollective

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

github.com/nightwatchjs/chai-nightwatch

Expect assertion interface for Nightwatch.js based on chaijs
https://github.com/nightwatchjs/chai-nightwatch

Merge branch 'refs/heads/0.6.x-docs' into 0.6.x

894febf87706b548cdda4efc8ef9426859fb124a authored over 12 years ago by Jake Luer <[email protected]>
Added guide link to docs. WIP

b688276806c89bda8e61d481b6c97b6854056681 authored over 12 years ago by Jake Luer <[email protected]>
browser build

d1a12f2f9a97b2d7607fe47209dc0bb8183712a9 authored over 12 years ago by Juliusz Gonera <[email protected]>
fixed reserved names for old browsers in interface/assert

23b9ed37df40ef1a73bf8b8381882e69ddc740db authored over 12 years ago by Juliusz Gonera <[email protected]>
fixed reserved names for old browsers in interface/should

1af980779140b4916f7507d652a298e99c7b8550 authored over 12 years ago by Juliusz Gonera <[email protected]>
fixed: chai.js no longer contains fail()

87e1a54cebd0867890c62e083383abd03e338e28 authored over 12 years ago by Juliusz Gonera <[email protected]>
fixed reserved names for old browsers in Assertion

d90f152ebcc6f42117cb9d39928b21f8f25805ac authored over 12 years ago by Juliusz Gonera <[email protected]>
Include/contain are now both properties and methods

4a8b41e268f7fea94a05b2e057049ecced8877c2 authored over 12 years ago by Veselin Todorov <[email protected]>
Add an alias annotation

570e5a121e4e78e410be93cae7e425c8a2358f1b authored over 12 years ago by Veselin Todorov <[email protected]>
Remove usless function wrapper

b2b2b2a9bcd6d4d311334f0ee2ebdb8bfc5ea08d authored over 12 years ago by Veselin Todorov <[email protected]>
Fix a typo

146598d21c00f16696bdf56187fde63c3c18b292 authored over 12 years ago by Veselin Todorov <[email protected]>
A/an are now both properties and methods

087047231ed96c0607fefc93586fd3b11654c906 authored over 12 years ago by Veselin Todorov <[email protected]>
[docs] new site homepage layout / color checkpoint

3768ee8e5f3983e0b9389c198e799d6b804ece29 authored over 12 years ago by Jake Luer <[email protected]>
Fixing order of error message test.

It was saying "expected <expected> to equal <actual>," which is backwards, and very confusing.

4227b80d3ad1fa8053049cd9963244f991a533aa authored over 12 years ago by domenic <[email protected]>
Ignore IE-specific error properties.

1d39eaf3aba0a5aa5f2feccba716a627eb3d16da authored over 12 years ago by domenic <[email protected]>
New cross-browser `getName` util.

888c752e61b31a418e6701bc1772e8c9efb14e79 authored over 12 years ago by domenic <[email protected]>
Fixing up `AssertionError` inheritance.

* Use `Object.create` instead of `__proto__` for inheritance.
* Don't forget to set `AssertionEr...

272fcf5a3c28fc298c26596666618240a8149f01 authored over 12 years ago by domenic <[email protected]>
backup docs

be9017f454377d5272e4841277862f053d1f3bbd authored over 12 years ago by Jake Luer <[email protected]>
Add doctypes

e7d89e24dd4cb8621773ebf0f82db6f6aa215b96 authored over 12 years ago by domenic <[email protected]>
[bug] was still using `constructor.name` in `throw` assertion

ad3b19fe75e048a339e0268cb9baa90f492b7c22 authored over 12 years ago by domenic <[email protected]>
[bug] flag Object.create(null) instead of new Object

44ce3480e8cb79c81f2a16d252d8df569ef753d3 authored over 12 years ago by Jake Luer <[email protected]>
[test] browser build

d43213b8d9762b1f21a82196f23639e88448223b authored over 12 years ago by Jake Luer <[email protected]>
[refactor] all usage of Assertion.prototype.assert now uses template tags and flags

d171238026ebdc827376269aa81590d664c4d882 authored over 12 years ago by Jake Luer <[email protected]>
[refactor] remove Assertion.prototype.inspect for testable object inspection

use message template tag `#{this}` instead

9c5eaf09e68145020618db78eeceb9984ffd09f7 authored over 12 years ago by Jake Luer <[email protected]>
[refactor] object to test is now stored in flag, with ssfi and custom message

2afd3de630bc75fc1e723de8a6d87287eb942e0a authored over 12 years ago by Jake Luer <[email protected]>
[bug] flag util - don't return on `set`

78659b233c36ec6175f462c8230452e63956cf0e authored over 12 years ago by Jake Luer <[email protected]>
[docs] comments for getMessage utility

b381bfcd623b8bd28e947c8a5af5ad40a3c55e69 authored over 12 years ago by Jake Luer <[email protected]>
[feature] getMessage

also, all `assert` utilities take params (this, arguments)

75a91bbc34625df9be7320e2f227c812e208a994 authored over 12 years ago by Jake Luer <[email protected]>
[feature] testing utilities

13ff34bc9826a8ba577f55589c75924f87553139 authored over 12 years ago by Jake Luer <[email protected]>
[refactor] flag doesn't require `call`

eefccd7e5ff8cb4aa1069f69dffaf1e1dec8a6e1 authored over 12 years ago by Jake Luer <[email protected]>
Make order of source files well-defined

This avoids crazy git diffs when building.

0f6476990654f8e26b7a575f245a5084413dd5c5 authored almost 13 years ago by Jo Liss <[email protected]>
Merge pull request #49 from joliss/build-order

Make order of source files well-defined

fc188fa06aad6f6dc55250649ce6aa836a2535d7 authored almost 13 years ago by Jake Luer <[email protected]>
Make order of source files well-defined

This avoids crazy git diffs when building.

534f33f736fcf4f3bf7b417bec8c1364f739684d authored almost 13 years ago by Jo Liss <[email protected]>
Added support for throw(errorInstance).

Closes #47.

41f645dbb8590346e24eb2feddd010962c39fa26 authored almost 13 years ago by domenic <[email protected]>
Use a foolproof method of grabbing an error's name.

Closes #45.

f58f1ebb129f4bbd4a7b5675e587f82a810e83a9 authored almost 13 years ago by domenic <[email protected]>
Removed constructor.name check from throw.

Closes #46 and helps with #45.

48eeb56a75d03ebf2f098a82a49f3dccf0fb1b72 authored almost 13 years ago by domenic <[email protected]>
disabled stackTrack configuration tests until api is stable again

9d302aa435131170e5e7fb291b718aed17c81db4 authored almost 13 years ago by Jake Luer <[email protected]>
first version of line displayed error for node js (unstable)

must have `chai.Assertion.includeStack = true`

850509a73a22ba0fcb4c307d3e11889c8503066c authored almost 13 years ago by Jake Luer <[email protected]>
refactor core Assertion to use flag utility for negation

bcdef85158e9750d940ac3f271fa0059de33cd26 authored almost 13 years ago by Jake Luer <[email protected]>
added flag utility

d4f5d4e0b470c4da760d333348accc963f76f195 authored almost 13 years ago by Jake Luer <[email protected]>
tests for assert interface negatives. Closed #42

a7c262523cfef457d0d040bd70626594fa8075f9 authored almost 13 years ago by Jake Luer <[email protected]>
added assertion negatives that were missing. #42

3eedda923fcb1e756d80f00f870ac898a95d97e8 authored almost 13 years ago by Jake Luer <[email protected]>
chai as promised - readme

f3c0eb526a3167614fa2d70b92836a57a8afbf94 authored almost 13 years ago by Jake Luer <[email protected]>
Support for expected and actual parameters in assert-style error object

497f8711caab3812db74eba8817039c964da17d7 authored almost 13 years ago by Jakub Nešetřil <[email protected]>
Merge pull request #43 from zzen/patch-1

Support for expected and actual parameters in assert-style error object

6c2d4a218fb83306c6a8b6a12b9bd69995250c39 authored almost 13 years ago by Jake Luer <[email protected]>
Support for expected and actual parameters in assert-style error object

d4f1175e55c8060f8cd57ce17474bb69ab5a4815 authored almost 13 years ago by Jakub Nešetřil <[email protected]>
chai as promised - readme

de82d4f3441b76576d52514c284451b33c393c27 authored almost 13 years ago by Jake Luer <[email protected]>
Added assert.fail. Closes #40

938c064d5f8a49ec5fff16fbddb3bb751f7fce6b authored almost 13 years ago by Jake Luer <[email protected]>
better error message for assert.operator. Closes #39

1abf9cfc8cec99438118de1673830af9eeed2bb7 authored almost 13 years ago by Jake Luer <[email protected]>
Release 0.5.2

644cc43629e45e82586b94d12755e09b1d4bfa0c authored almost 13 years ago by Jake Luer <[email protected]>
browser build

5124aed0a1791a1372961b229ed4924e4eaddf8f authored almost 13 years ago by Jake Luer <[email protected]>
Merge branch 'feature/assert-fail'

18192e99a6f7df97fc2344c4e462adbd60bcf5be authored almost 13 years ago by Jake Luer <[email protected]>
Added assert.fail. Closes #40

eec9db703208279db0abaeefe025963aa06693aa authored almost 13 years ago by Jake Luer <[email protected]>
Merge branch 'bug/operator-msg'

ca2557edb793628fcaeb5cfa0c3cbfbd1c5ea515 authored almost 13 years ago by Jake Luer <[email protected]>
better error message for assert.operator. Closes #39

28f389343a333dce8b42a4cf8430f7eea3193f93 authored almost 13 years ago by Jake Luer <[email protected]>
[refactor] Assertion#property to use getPathValue property

09317336a8824dcc756b733e0168b0f759be11d0 authored almost 13 years ago by Jake Luer <[email protected]>
added getPathValue utility helper

294ca183c9b81b0293c2bbeefe88ff559e81c8a6 authored almost 13 years ago by Jake Luer <[email protected]>
removed todo about browser build

d4e1f9ddd0a6162add08a7d0520a972bb046160b authored almost 13 years ago by Jake Luer <[email protected]>
version notes

20728eec91265decce620c68286274e3c91b03fd authored almost 13 years ago by Jake Luer <[email protected]>
version notes

f5ca373d9b69c5bc2f3331d9019e331f8270c7a6 authored almost 13 years ago by Jake Luer <[email protected]>
version bumb 0.6.0

cc3ce5b89448c87dcebb073a5de16cb2eea6ee84 authored almost 13 years ago by Jake Luer <[email protected]>
browser build

6d7ceae3c1b283169b100cce5c351f46843815cb authored almost 13 years ago by Jake Luer <[email protected]>
[refactor] browser compile function to replace with `require('./error')' with 'require('./browser/error')'

2e8a50a90fb3ee5777dced1609ec259d92d057fa authored almost 13 years ago by Jake Luer <[email protected]>
[feature] browser uses different error.js

30e59bcb9958c25503dbed37b9186e3b613aa6b4 authored almost 13 years ago by Jake Luer <[email protected]>
[refactor] error without chai.fail

8e11ad7f042b1b4bfa572fd1fbde216164299fd2 authored almost 13 years ago by Jake Luer <[email protected]>
Assertion & interfaces use new utils helper export

02e5823b9a4ba62d6f9b0e538e320784eab01102 authored almost 13 years ago by Jake Luer <[email protected]>
[refactor] primary export for new plugin util usage

aa48661f103a1c67adc4f6b0a14cea8caf94ba0f authored almost 13 years ago by Jake Luer <[email protected]>
added util index.js helper

17ef1c0b97825b96a7f1bc12de9b5ce7f9b8c579 authored almost 13 years ago by Jake Luer <[email protected]>
added 2012 to copyright headers

2a7e12e0a457f400892d5534fe410bb733844599 authored almost 13 years ago by Jake Luer <[email protected]>
Release 0.5.1

b91a4e128aa4041c12a86fb6f94aa8c74b909726 authored almost 13 years ago by Jake Luer <[email protected]>
chai.fail no longer exists

7890dc6aa67222f17439759accfc2bb99886da37 authored almost 13 years ago by Jake Luer <[email protected]>
Merge branch 'feature/assertdefined'

e0fec477dadef2ca30731a43c03028383492a6c0 authored almost 13 years ago by Jake Luer <[email protected]>
Added asset#isDefined. Closes #37.

bacfc3d7990709d6d86d023ed7b10e70b3c3be4d authored almost 13 years ago by Jake Luer <[email protected]>
Added DeepEqual assertions

f239c5ad133c9f69f965ab559cd450bf69e47f6e authored almost 13 years ago by Anand Patil <[email protected]>
dev docs update for Assertion#assert

4165504213537025664388da83038be5065a49f8 authored almost 13 years ago by Jake Luer <[email protected]>
Release 0.5.0

a1e0ae0c068f43b143cbc7674d6017c8fdfee5b9 authored almost 13 years ago by Jake Luer <[email protected]>
read me update

commit summary, getting help, google group, irc

ffbce6328496450cb520dd1225ab3cb17ce690e0 authored almost 13 years ago by Jake Luer <[email protected]>
[bug] on inspect of reg on n 0.4.12

c6476c96c1023961e4273162a7e528bf9f701c28 authored almost 13 years ago by Jake Luer <[email protected]>
Merge branch 'bug/33-throws'

9ab32d775713ea909e9228a02a6436e4d249860a authored almost 13 years ago by Jake Luer <[email protected]>
Merge pull request #35 from logicalparadox/empty-object

Assertion#empty upgrade

d7038227e2e6f9a81a0879bbdb270c45d8c4546a authored almost 13 years ago by Jake Luer <[email protected]>
browser build

18245879f128d7eb4f412251e69b727318b04a7f authored almost 13 years ago by Jake Luer <[email protected]>
updated #throw docs

17a83f34e405fb76f59b58d64e8a08b6ae6cbe77 authored almost 13 years ago by Jake Luer <[email protected]>
Assertion#throw `should` tests updated

09c970feaa4f867b073ae0dfa5e0f3afbfbbbb54 authored almost 13 years ago by Jake Luer <[email protected]>
Assertion#throw `expect` tests

7bb24c874ea600f0ccd387d9330f9bdb83555ad5 authored almost 13 years ago by Jake Luer <[email protected]>
Should interface supports multiple throw parameters

fc002ee43348d997d6f2297fcd6e6e2f51e1797f authored almost 13 years ago by Jake Luer <[email protected]>
Update Assertion#throw to support strings and type checks.

c2b0ab64f207408682eee748d9dd1a1722c1453e authored almost 13 years ago by Jake Luer <[email protected]>
Add more tests for `empty` in `should`.

8eaaf273f9a779069b12dd6e2f9d445537ddbb34 authored almost 13 years ago by Veselin Todorov <[email protected]>
Add more tests for `empty` in `expect`.

2a34fe8120e8d22b4db5f74d6e3d141c9576f1e6 authored almost 13 years ago by Veselin Todorov <[email protected]>
Merge branch 'master' into empty-object

* master:
don't switch act/exp
Update the compiled verison.
Add `assert.operator`.
Notes...

f1e6a9abb300c5a594a3e74e20c4e6795cbaa712 authored almost 13 years ago by Veselin Todorov <[email protected]>
don't switch act/exp

df1a82dd1ea973165f056ee8318d3a9ec1b73810 authored almost 13 years ago by Jake Luer <[email protected]>
Merge pull request #34 from logicalparadox/assert-operator

Added `assert#operator`.

8a083c11f092f84875c22371dbce2633ccf25a6e authored almost 13 years ago by Jake Luer <[email protected]>
Update the compiled verison.

1123d8f455ccbdccc4c38e4dd3a9aff316c30f58 authored almost 13 years ago by Veselin Todorov <[email protected]>
Add `assert.operator`.

c7cc03f059e378f77878887d10cc2dc424252e73 authored almost 13 years ago by Veselin Todorov <[email protected]>
Notes on messages. #22

ea4a33a51a6032325d3a27f4ac94bca2c44eac02 authored almost 13 years ago by Jake Luer <[email protected]>
browser build

010810e2b7e2dfbe3188dbe07e36ec75e65ac8d7 authored almost 13 years ago by Jake Luer <[email protected]>
have been test

d0befca9b8ed831594867913cb16728f28f69ac4 authored almost 13 years ago by Jake Luer <[email protected]>
below tests

fe72b36477f824ab8eccb70a82a777bc8623b4b6 authored almost 13 years ago by Jake Luer <[email protected]>
Merge branch 'feature/actexp'

9b77c7ca78c9ef49dd35db0290fe33332da22a11 authored almost 13 years ago by Jake Luer <[email protected]>
browser build

6f521e8cae73af16e5e0d6a473d4d052c73489e5 authored almost 13 years ago by Jake Luer <[email protected]>
remove unnecessary fail export

30e13addfae6b7db774f7e6c32a30d0bb173ea3f authored almost 13 years ago by Jake Luer <[email protected]>