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

full support for actual/expected where relevant

a6447e809edb3e867350eff1c9a42bafa71712b8 authored almost 13 years ago
Assertion.assert support expected value

56db8a6b09100d9f9adcda5deac5f9948af2c996 authored almost 13 years ago
clean up error

0352892e19a191319fd2e3970d037f6cd30d889a authored almost 13 years ago
Update the compiled version.

15f67bad72d1ae36bfd364ba37c6797d2e892326 authored almost 13 years ago
Add object & sane arguments support to `Assertion#empty`.

670f128970f66cafe8037858185e533dd56e66cf authored almost 13 years ago
Release 0.4.2

dc2ea1324dfeccb2cbbb589238bdb7ebc4d5a415 authored almost 13 years ago
fix for `process` not available in browser when used via browserify. Closes #28

00ed5a706dbc5838f14418654a382c29a9213fbf authored almost 13 years ago
Merge pull request #31 from joliss/doc

Document that "should" works in browsers other than IE

7097b6049dd1bad82d0d892b95d4eb8edf4dbb27 authored almost 13 years ago
Document that "should" works in browsers other than IE

I tested this with FF 10, Chrome 18, Safari 5.1 (all work), and
IE 9 (does not work).

7885f62e81ce5f180c47266b78ee24855ac24471 authored almost 13 years ago
Merge pull request #30 from logicalparadox/assert-tests

Assert tests

205cd223f7239a8955c5ee519929d35bb2036dfa authored almost 13 years ago
Update the browser version of chai.

97c23988deeb0003be7f60898a170f86dd281bac authored almost 13 years ago
Update `assert.doesNotThrow` test in order to check the use case when type is a string.

4c9b5137798f47066e9dda87fce47e91fb6b70b1 authored almost 13 years ago
Add test for `assert.ifError`.

e835dc5730fb09be9be6e9127f158ca464b1e267 authored almost 13 years ago
Falsey -> falsy.

63e1349473afbabafc52722171637874b00eb94c authored almost 13 years ago
Full coverage for `assert.throws` and `assert.doesNotThrow`.

e95a29ec5e53d53139033a2323b82e03a3a7ae0e authored almost 13 years ago
Add test for `assert.doesNotThrow`.

10c2dc7a76f7888eaba164b988214412443d91df authored almost 13 years ago
Add test for `assert.throws`.

4d9bd743a6dce87be53dde0750bd8aa670aeaab0 authored almost 13 years ago
Add test for `assert.length`.

f28a293e89f2f691d6ddab8af9d3ef63233ced29 authored almost 13 years ago
Add test for `assert.include`.

128f6971f8ebbd1c09d082a7ca011969327afe3b authored almost 13 years ago
Add test for `assert.isBoolean`.

04ea811baa042bc263e4652d954b12880408e369 authored almost 13 years ago
Fix the implementation of `assert.isNumber`.

0ca1a152ffaa34e4c078513a6f60e1c4a293b8ea authored almost 13 years ago
Add test for `assert.isNumber`.

5c9e675aeabdb12e183ef3f458e8d52cceb897b3 authored almost 13 years ago
Add test for `assert.isString`.

de757467b2878e0db20e5d3a63437c372f542e1e authored almost 13 years ago
Add test for `assert.isArray`.

16a6ab1bd3a1395fb9d30d5e6240aa9ef9e9d94b authored almost 13 years ago
Add test for `assert.isUndefined`.

c95a364a59fd4a5b0d2f22be857ceb12897527b1 authored almost 13 years ago
Add test for `assert.isNotNull`.

074ff270cc5366034ca60c8cbc7766920299cd17 authored almost 13 years ago
Fix `assert.isNotNull` implementation.

14cd7f720cf043f6f9831f74c7c26fe18aa10039 authored almost 13 years ago
Fix `assert.isNull` implementation.

95172dafaa8c197316c2c30b5cd08f3902d253e4 authored almost 13 years ago
Add test for `assert.isNull`.

1fd0ca00f7ff2cd946825f071f529de99a1d2934 authored almost 13 years ago
Add test for `assert.notDeepEqual`.

875870bf9be459d1ab8399b3f5756c4763db8932 authored almost 13 years ago
Add test for `assert.deepEqual`.

5ce1ef1b40bb21354f3f9e7279a2ffec1305ad55 authored almost 13 years ago
Add test for `assert.notStrictEqual`.

a0794e79d7e6971e02b64bee4cbf192d21d992b8 authored almost 13 years ago
Add test for `assert.strictEqual`.

99a38a07f5fa5d1cab4428d9b0940cdfe592a069 authored almost 13 years ago
Add test for `assert.notEqual`.

35bf81bf1e71f2f85bb090670992cf7c61f985d9 authored almost 13 years ago
Release 0.4.1

eee7fb3eed37959786498576f94d21010ff33194 authored almost 13 years ago
Merge pull request #27 from logicalparadox/type-fix

Typeof fixes

b3e57a34ad40fd503b014aad8e83da019a81b23f authored almost 13 years ago
Update the browser version.

5ca0b645d1c72a18ba32443da9e00082f7b2cba3 authored almost 13 years ago
Add should tests for type checks.

536b6dce20db8d5e5ece2670c3558929078a2e62 authored almost 13 years ago
Add function type check test.

f731ebbc67b6e96647c58d4f482b952c69ccfcc5 authored almost 13 years ago
Add more type checks tests.

dadda1bebe574ea1a8f19a5a46db434b0facdbf4 authored almost 13 years ago
Add test for `new Number` type check.

701feaa671298af625a46e31c72f28a901063850 authored almost 13 years ago
Fix type of actual checks.

5d6cd00ec068746c3092f97c56796a754d0f81a1 authored almost 13 years ago
Release 0.4.0

567656290b365b6287442b6cefe5f897f052aac8 authored almost 13 years ago
docs and readme for upcoming 0.4.0

d9215b87b53fec4c79098ab4f0aaf24f079cef42 authored almost 13 years ago
rename configuration test

d871b5f7d95d6a7d2ad3fe80a704e4ec0e68a545 authored almost 13 years ago
makefile copy necessary resources for tests in docs

b423ea78306378c539b5c2c0ee6e57a5dba87f77 authored almost 13 years ago
make docs

c8ce24deb1c22dbca7f8b819f13f308051351ea5 authored almost 13 years ago
docs generated

83c70dbfa0b1a3d740a256e5db7cb6edaa37a5e0 authored almost 13 years ago
putting coverage and tests for docs in docs/out/support

ec4527cf4d036950ddf7034388476a967e0b0207 authored almost 13 years ago
Merge pull request #21 from logicalparadox/close-to

Assertion#closeTo

4041687fc3f9df1f4f50352cebd66a7feebce0b7 authored almost 13 years ago
Update the browser version.

470777e200350ac51cddc357d158f92d354ee6d8 authored almost 13 years ago
Update `closeTo()` docs.

a9e53d5662b087b5d72d16fac24f54583060a9e6 authored almost 13 years ago
Add `Assertion.closeTo()` method.

c735d7ea043c3ba193fed79aff00a11bcb327cd7 authored almost 13 years ago
Add `.closeTo()` should test.

833a80c4d3d71d3fd650c29d1acf9b71be11cefa authored almost 13 years ago
Add `.closeTo()` expect test.

400f67dbf0e9e022e5f4f99e9f0a6331cb51c3b5 authored almost 13 years ago
Merge pull request #20 from logicalparadox/satisfy

Assertion#satisfy

bfa1833a37ceb88e048f2709ac43c17cb8b02963 authored almost 13 years ago
Update the browser version.

66bb1d5971b5d94af93a63c546fed229004333cf authored almost 13 years ago
`..` -> `()` in `.satisfy()` should test.

ec0277de5c19d5e9c04db2262228dadc8c46faf6 authored almost 13 years ago
Update example for `.satisfy()`.

6857d0ccc4d4b63db028bab266871cac2a14ad27 authored almost 13 years ago
Update the compiled browser version.

f8b840fcd48f9e37a4cd17688beeb3f11f2ae1ce authored almost 13 years ago
Add `Assertion.satisfy()` method.

92b8ffe5899500d32bfbefefdb607d986d204a88 authored almost 13 years ago
Add `.satisfy()` should test.

06446fd8e00ec3deed72e29bd382c61d2032c8a1 authored almost 13 years ago
Add `.satisfy()` expect test.

55814ded6fa8ec0a0530a13d63c9a77f268ad21b authored almost 13 years ago
Merge pull request #19 from logicalparadox/respond-to

Assertion#respondTo

973f8cf51777a4044c0c1c2dd1c1cc940c14a8fd authored almost 13 years ago
Update the compiled browser version.

9f753f1e5b11aade07cad05912df1a27af649b37 authored almost 13 years ago
Add `respondTo` Assertion.

08371a4eeee7fc70eae9ac1fbee47aa584864bc6 authored almost 13 years ago
Add `respondTo` should test.

f5b1a873d4a1b37cf062575de94b4afcf5f4ad7e authored almost 13 years ago
Add `respondTo` expect test.

27a36a5f85c5aaade1f06e10d4ac790564faeda7 authored almost 13 years ago
Merge branch 'feature/coverage'

5bbcad98403816caf5668f28841f4d718ba230c0 authored almost 13 years ago
mocha coverage support

38b0bcc2eacbdd5bcfcbb09923d8b84363ac7561 authored almost 13 years ago
doc contributors

0f64f8a5defc25833cd6e68c8560cd28f6523215 authored almost 13 years ago
README contributors

d8f9d3dd762df797ea6d8a14d0eed0a1530e96a5 authored almost 13 years ago
Release 0.3.4

be20799f37973b5243352acab6f5f2a0d09bfc9c authored almost 13 years ago
inline comment typos for #15

ac0cb859bfed14ea3a5511a272a34664594a4998 authored almost 13 years ago
Merge branch 'refs/heads/jeffbski-configErrorStackCompat'

a5dcc4b6f9645322ef6fc20945f78e45db741b65 authored almost 13 years ago
includeStack documentation for all interfaces

937474cd25f96624e2fe538ecf3c876d3f8910f9 authored almost 13 years ago
suite name more generic

fad1e41adcc2d1f94be143942e2a6e1be66bb63d authored almost 13 years ago
Update test to be compatible with browsers that do not support err.stack

d23c5a8d4e07ca821125c20a0bbab5a85e35738c authored almost 13 years ago
udpated compiled chai.js and added to browser tests

f64cb3ab0e20d77d87821619e3cf1f8fb07acc52 authored almost 13 years ago
Allow inclusion of stack trace for Assert error messages to be configurable

```javascript
Assertion.includeStack = true; // enable stack trace to be included on error
```
...

105fb02e98e81984f42399ed62bb10b26db3738e authored almost 13 years ago
docs sharing buttons

97271cef6b71e1ebece5e6503f8d73bedbdcc666 authored almost 13 years ago
sinon-chai link

3b8507059cfd013376ed0895f9d2a625bef6890c authored almost 13 years ago
doc updates

b7d601020b1d13f8415bf34669bfce7c8e5cd0ef authored almost 13 years ago
read me updates include plugins

502c09c3605796acf426ab9bcd7cce86f87e3fee authored almost 13 years ago
Release 0.3.3

de582d61d418ea8f5bc5b722b695e5115f186f26 authored almost 13 years ago
Merge pull request #14 from jfirebaugh/configurable_properties

Make Assertion.prototype properties configurable

5a18f7bb18149e1c512f319648d09f4b9953a1a4 authored almost 13 years ago
Make Assertion.prototype properties configurable

This allows plugins to install object-specific behavior
for built-in assertions.

1c6f9a0fddd8c2d8dde059ebec16cc12bbd450e5 authored almost 13 years ago
Release 0.3.2

f35cab9f2a27c94c0767c21e2f39163716cb3a4f authored almost 13 years ago
codex version

7356faa7cad24ecc0d243768434769d77a1d5834 authored almost 13 years ago
docs

d5387fb253f4a9456b7c2da48634d3bd6330a2a0 authored almost 13 years ago
docs cleanup

3fdd5087215319a070bbaf376bcb8c84e982255c authored almost 13 years ago
Release 0.3.1

abdcf3786dde98cda0b820904192415a92dcc76d authored almost 13 years ago
node 0.4.x compat

912208266bf6771ed7d94d4029a18f376e238de0 authored almost 13 years ago
Release 0.3.0

73c50bacbfb1419826a349d12a96a55c8ea330bc authored almost 13 years ago
Merge branch 'feature/03x'

c9f8aadf14ec8939c4dab0e3cc3b1d574a2cc2df authored almost 13 years ago
browser build

bd44911f3071b245b684f2f3a11bcaef9c43afc2 authored almost 13 years ago
remove html/json/headers testign

these can be implemented in a plugin

0a7a4fc4d4cbe4933ae84c6675a696b825510f0d authored almost 13 years ago
regex error.message testing

67024ae9f5078f987603fa899a48717967d2efb8 authored almost 13 years ago
tests for using plugins

3d964e547937ef0d695de505974ab70051ea717f authored almost 13 years ago
Merge pull request #11 from domenic/master

Make `chai.use` a no-op if the function has already been used.

1f7892164d2a094ae1285df458e68645a1ca40ce authored almost 13 years ago