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

Does Polly allow to control passthrough using just the hostname? I currently have some integration tests that perform requests to a couple of different ports on localhost and I would...

question 🤔

## Description Is it possible to record and replay at the same time? I have a node proxy server for a web app in which I am trying to request...

question 🤔
:package: core

## Description I'd like to be able to override the method use to log to the console. Rather than assuming we always want to call `console.log`, it would be cool...

enhancement ✨

So I've been using Polly for a while now as an API mocking solution for my app's dev environment (React app). I've been using the LS persister and everything is...

needs more information

## Description If I understand things correctly, having the `id` hardcoded in the `har` files makes it so that when `matchRequestBy` changes no entry is valid. The recordings are in...

question 🤔
:package: core

## Description I use PollyJS with Puppeteer to record and replay http requests in E2E test context. I have one never-ending http call, I'm trying to figure out why. I...

bug 🐞
:package: adapter-puppeteer

## Description When using `record` mode, gifs show up for me normally (using Puppeteer). But in `replay` mode, gifs are always corrupted. This is reproducable on any page with gifs,...

bug 🐞
:package: adapter-puppeteer

## Description Running a test suite with any skipped tests with jest (xit, it.only, it.skip) results in a concurrency error. However, running the same set of tests in which no...

needs more information

Hi all, I started playing with this library and I found it super useful and much more maintainable than ugly fixtures. But I quickly realized that one functionality would be...

enhancement ✨

Recently we updated `axios` version. This makes changes to the value of `User-Agent` header. As a side effect, when we ran our tests `pollyjs` would invalidate existing records and make...

enhancement ✨