- PR-373 - Allow TestAgent pass a cert and key to request (thanks @toefraz)
- PR-392 - Update readme with promise example (thanks @ajouve)
- PR-400 - Update to superagent 3 (thanks @alphashuro)
- PR-371 - node v6 - Fix bug to support HEAD method. Add uppercase on method value (thanks @seangarner)
- PR-348 - Handle server not running errors (thanks @santanu-biswas)
- PR-347 - Update to superagent ^2.0.0 (thanks @saintedlama)
- Proper es6 promises support was added in superagent 2.0.0, which means you can use it
- PR-302 - Update to superagent ^1.7.2
- PR-313 - Update node versions on Travis CI
- PR-223 - Remove Makefile for running tests
- PR-286 - Fix bug with redirects
- PR-235 - Update test framework to express 4, update other deps
- PR-239 - Core refactor to run expectations in order of definition
- PR-273 - Documentation update related to PR-239
- PR-268 - Bump superagent to 1.3.0
- PR-224 - Better expected error support as result of super-agent 1.x
- Bumping version to 1.0.0!, big changes with superagent
- Update superagent dependency to 1.2.0
- Update superagent dependency
- Update superagent dependency
- Update methods dependency
- Wait for server close before invoke the callback for
end()
- Fix global leak in tests
- update methods dependency
- close internal server upon test end
- add .delete() method (aliases .del())
- assert respond body prior to the status code
- add documentation for .agent()
- fix package.json
- update superagent
- add expect(function(res) {}) syntax
- update superagent.
- update superagent. Closes #85
- merge pull request #82 from jonathanong/patch-1
- bump node-methods
- merge pull request #79 from menzoic/patch-1
- update Readme.md
- Merge pull request #73 from repoify/add/repository
- add repository field to readme
- add ability for multiple assertions per header
- update superagent
- add error properties so test frameworks can show diffs etc. Closes #65
- fix: EADDRINUSE errnos, use ephemeral ports now
- fix: handling of socket errors
- add exposing of
Test
to enable extensibility - add request.agent(app) support
- add request(url) test. Closes #33
- fix .expect(status) should assert only status
- add support for multiple body assertions
- add .buffer() so that responses with no content-length are testable. closes #36
- add failing test for #36
- update superagent
- update superagent
- add url support [vesln]
- update superagent
- add
https.Server
support [fengmk2]
- update superagent. Closes #18
- change bind address from 0.0.0.0 to 127.0.0.1 to prevent EADDRNOTAVAIL on windows
- add
.expect(status, body, fn)
support - add
.expect(status, body)
support
- add parsed body assertion support. Closes #1