NicholasBoll / cypress-storybook

Cypress commands for Storybook projects
MIT License
116 stars 20 forks source link

fix: Story names are converted to kebab-case #5

Closed pmelab closed 4 years ago

pmelab commented 4 years ago

CamelCased story names are transformed into kebab-case when storybook turns them into URLs. This is not the case for folders, which seem to be just lowercased. Thats why loadStory doesn't work with camel case stories (as shown in the test added with this PR).

drewbrend commented 4 years ago

I have this same issue and this change fixes it for me, can we have this merged @NicholasBoll?

NicholasBoll commented 4 years ago

Thanks, @pmelab!

NicholasBoll commented 4 years ago

Released in 0.2.0