microsoft / storywright

Capture screenshots for React Storybook using Playwright
MIT License
48 stars 9 forks source link

Isolate stories in a context to avoid side effects #45

Closed p01 closed 2 years ago

p01 commented 2 years ago

Opening stories in different tabs but same context exposes them to side effects if they manipulate localStorage and co.