chromaui / chromatic-e2e

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

Set default output dir correctly for each test framework #110

Closed tevanoff closed 4 months ago

tevanoff commented 4 months ago

Issue: #

What Changed

Remove the need for setting the CHROMATIC_ARCHIVE_LOCATION env var on Cypress tests by setting the default output dir correctly rather than hardcoding it to Playwright's output dir.

How to test