kirbydesign / designsystem

Kirby Design System
https://cookbook.kirby.design
MIT License
82 stars 22 forks source link

[Housekeeping] Setup Cypress #3446

Closed jakobe closed 2 months ago

jakobe commented 2 months ago

Scope:

Descope:

jakobe commented 2 months ago

Short summary: Cypress snapshots (serializes) the markup and styles which are sent to Chromatic and recreated (deserialized) and then snapshotted as and image. This doesn't play well with Web Comps, as the deserialized view doesn't contain the styles of the web component :( See more in this issue: https://github.com/chromaui/chromatic-e2e/issues/129

TL;DR: Cypress+Chromatic doesn't seem the best fit for us at the moment - maybe stick with Storybook for visual snapshots?