pollyjs icon indicating copy to clipboard operation
pollyjs copied to clipboard

Record, Replay, and Stub HTTP Interactions.

Results 52 pollyjs issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependency issue

After using my original example (#440) a bit more in production, I've found it super handy to be able to pass in config overrides per test file. ## Description Now...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependency issue

## Description Per the comment made here: https://github.com/Netflix/pollyjs/issues/265#issuecomment-544213400, it was suggested that adding the ability to allow recordings to be saved decoded and unzipped could be added to Pollyjs. We...

## Description The current API type definition (`getRecordings`) does not match with the actual implementation (`getRecording`). https://github.com/Netflix/pollyjs/blob/cbca602a5a446da46a4a2834f893670b8c577880/packages/%40pollyjs/node-server/src/api.js#L18 ## Motivation and Context Correct the name so that we can avoid Typescript's...

We are using latest version of pollyjs in an emberjs projet we have golang compiled to web assembly. Now we want to move wasm computation to a web worker. This...

## Description url-parse is a dependency of the utils package that uses the `^` to indicate it's compatible with any minor version. Unfortunately, url-parse changed the way the url href...

## Description Undici is a built from scratch http client that doesn't use Node's standard http lib. It has has shown to be very performant. Has this been looked at...

## Description Currently when we send binary requests (in our cases, JSON compressed payloads), the persister doesn't record anything. The core of the issue is that HAR doesn't really support...

:package: persister
needs more information

## Description Thank you for the awesome library. One thing that I would love to be able to do, is check the recorded responses against the server and potentially update...