chromaui / chromatic-e2e

Archive end-to-end tests to be replayed in Storybook and Chromatic
MIT License
21 stars 4 forks source link

Remove asset caching #43

Closed tevanoff closed 9 months ago

tevanoff commented 9 months ago

Issue: AP-3979

What Changed

Removes the asset caching that was breaking multi-page flows because the cached responses being used were missing critical headers, like content-type. I don't think we're gaining much by caching so let's not.

How to test

Change Type

📦 Published PR as canary version: 0.0.45--canary.43.3d53d71.0
:sparkles: Test out this PR locally via: ```bash npm install @chromaui/test-archiver@0.0.45--canary.43.3d53d71.0 # or yarn add @chromaui/test-archiver@0.0.45--canary.43.3d53d71.0 ```
thafryer commented 9 months ago

:rocket: PR was released in v0.0.45 :rocket: