node-replay icon indicating copy to clipboard operation
node-replay copied to clipboard

When API testing slows you down: record and replay HTTP responses like a boss

Results 39 node-replay issues
Sort by recently updated
recently updated
newest added

This package breaks usage of IncomingMessage as AsyncIterator. Including libraries like: [got](https://www.npmjs.com/package/got). ```js for await (const chunk of request) ``` Leads to: ``` TypeError: Cannot read property 'readable' of undefined...

Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

babel-runtime isnt used in the source code, move it to dev deps so that consumers of this lib dont need to install it if they arent using it Before we...

Hi there, I call an API on my dashboard. Each selenium tests log in as a user and from there navigates to the page that needs testing. While running the...

This is a work in progress as to ask for comments and also there's no convenient way to remove the fixtures afterwards, only a way to find which matchers haven't...

Related: #153 An error where you can't `slice` on `null` will happen if your editor trims the whitespace off an empty header, like so: ```diff -x-i-am-an-empty-header: +x-i-am-an-empty-header: ``` Here's the...

I was trying to use https://github.com/sindresorhus/got with replay without success. When using replay the responses bodies are always empty. After reading the code of both libraries I discovered that replay...

Whenever I try to `require('replay')` in my app, I get an error saying: ``` ./~/replay/lib/patch_dns_lookup.js Module not found: Can't resolve 'dns' in '/Users/nicolasiensen/Projects/t-inbox-client/node_modules/replay/lib' ``` I'm using [`create-react-app`](https://github.com/facebookincubator/create-react-app) to abstract the...