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 [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependency issue

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.0.4 to 4.0.5. Release notes Sourced from socket.io-parser's releases. 4.0.5 Bug Fixes check the format of the index of each attachment (b559f05) Links Diff: https://github.com/socketio/socket.io-parser/compare/4.0.4...4.0.5 Changelog Sourced...

dependency issue

## Prerequisites - We realize there is a lot of data requested here. We ask only that you do your best to provide as much information as possible so we...

## Description This appears to be similar if not the same issue as [370](https://github.com/Netflix/pollyjs/issues/370#issue-745892934). ### Shareable Source ```js describe("Simple Example", function () { it("fetches a post", async function () {...

Based on the implementation of the API class [here](https://github.com/Netflix/pollyjs/blob/8559ef8c600aefaec629870eac5f5c8953e18b16/packages/%40pollyjs/node-server/src/api.js) I think the type definition [here](https://github.com/Netflix/pollyjs/blob/be036a1ee32d89b729471b1acd54860328b50b9b/packages/%40pollyjs/node-server/types.d.ts#L26) should be `getRecording` and not `getRecordings`.

## Description What is the current status of PollyJS? Has it been shutdown/deprecated/etc? Or will it still be maintained? If the project is dead, what alternatives would you suggest that...

## Description Is it possible to make this great package support react-native runtime? I've tried to integrate pollyjs with React Native runtime with below setups, but it failed. ```jsx import...

## Description Hi, thanks for this tool looks super helpful. So far is going well I manage to setup Polly.js and Vitest when testing a AWS Endpoint that is accessed...

`import { Polly } from '@pollyjs/core'; import { expect } from 'chai'; // Chai assertion library import FetchAdapter from '@pollyjs/adapter-fetch'; // Fetch adapter for Polly import FSPersister from '@pollyjs/persister-fs'; import...

## Description Polly replays weird array type from persisted file (replayedData instanceof Array returns false) ### Shareable Source In regular API call: ```js console.log(response.hits.hits instanceof Array) // true const slidesCamelized...