reg-viz / storycap

A Storybook Addon, Save the screenshot image of your stories :camera: via puppeteer.
https://www.npmjs.com/package/storycap
MIT License
701 stars 89 forks source link

Add option to make nocase in include and exclude comparisons #814

Open YutaUra opened 11 months ago

YutaUra commented 11 months ago

There are use cases where I want to ignore upper and lower case letters when comparing Story names.

Storybook corrects the Story name to TitleCase, maybe :). So, there is a pattern that the Story name extracted from the Storybook does not hit well when compared to the Story name.

YutaUra commented 10 months ago

Hi @Quramy, I'm sorry to bother you, but could you check if you don't mind?