-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer runs with updated dependencies #1
Comments
Hello @chelseybaker Sorry for this oops. The system we have for CRA integration is a little fragile. CRA is a little bit of a brat with limiting the compilation to folders within the src directory. I will try and investigate this tonight or tomorrow. Thank you for bringing this to our attention. |
Hey @elevatebart! No worries at all! Thanks for taking the time to look into it, even if the conclusion is it's no longer feasible, I really appreciate it! |
I did the update... I believe I was doing things wrong in the first place. check it out ;-) |
Awesome, thanks so much @elevatebart! I pulled down your changes and everything works with the updated dependencies. 🤞 I'll be able to integrate in my project, now. I super appreciate your time!! |
Hello! I've been trying for a couple of days to add Cypress to my Storybook stories, and I've come to the conclusion that this may no longer work without the specific version of dependencies in the yarn.lock.
I came from the blog post
When I update the dependencies in this project, I get this error on
MyInput.test.tsx
I can fix this by creating a symlink in my
package.json
as the followingand then running
npm install
to create the symlinnk, and then updating thecypress/support/index.js
to instead import thepreview.js
like thisHowever this is where I get stuck. I cannot seem to get around the following error. It seems to have something to do with babel, webpack, and/or react-scripts, but I'm at a loss for a solution. Really hoping someone can find one (or at least by opening an issue I can alert anyone else trying to do this)
We've started using Cypress for some testing but we have a very large collection of stories for our app, so I'd love to be able to reuse all those states with Cypress. If anyone can help, that would be awesome!
The text was updated successfully, but these errors were encountered: