Skip to content

Instantly share code, notes, and snippets.

@donaldpipowitch
donaldpipowitch / .gitlab-ci.yml
Last active March 4, 2025 18:03
Visual Regression Testing with Storybook Test Runner
storybook:test-runner8:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
stage: build-and-test
artifacts:
expire_in: 2 weeks
when: always
paths:
- .storybook-images/__diff_output__/
- .storybook-images/__received_output__/
before_script: