chromaui / learnstorybook.com

Static site and content for Storybook tutorials
https://storybook.js.org/tutorials/
MIT License
2.41k stars 440 forks source link

Dependency issue: UI testing handbook > react > automate #696

Closed pereng11 closed 1 year ago

pereng11 commented 1 year ago

Hello, I'm very appreciate for providing helpful guide.

I found a dependency issue with github-actions CI process.

That's the error I've seen in 'user-flow' job in github-actions while following the tutorial.

스크린샷 2023-03-23 오후 4 10 41

I resolved that by changing the version of cypress-io/github-actionfrom @v2 to @4.1.0 in ./github/workflows/ui-tests.yml, thanks for @developer-ocansey on https://github.com/cypress-io/github-action/issues/568

In previous step 'User flow', I installed cypress by npm i -D cypress and I think that's why the dependency issue occured(Installing latest version).

I hope it helps others who have the same problem as me.

Thank you for your works and hope you have a good day.

jonniebigodes commented 1 year ago

@pereng11 thanks for bringing this to our attention. Appreciate it 🙏 ! I'm going to close this out as with the changes required for Storybook 7.0 this issue was addressed and it's now not longer an issue.

Hope you have a great day

Stay safe