-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[7.0.0] Doesn't display list of specs in Cypress Component Test Runner #15842
Comments
Windows related issue because on Mac it's working as expected |
Looks like it's an issue with lazy-compile-webpack-plugin setting up Webpack paths on Windows liximomo/lazy-compile-webpack-plugin#12. We're currently investigating a fix. |
I investigated the problem a little here on windows. I feel the problem might very well be on these lines. and these lines I will suggest the author of the plugin to replace this with a
|
This will be fixed in our next release (next week) in #15889 |
The code for this is done in cypress-io/cypress#15889, but has yet to be released. |
Hello @elevatebart , @lmiller1990 , @agg23 |
cc @elevatebart, this was tested on windows. Any ideas what might be causing this? |
It appears that @cypress/webpack-dev-server did not in fact release with 7.1. This is the package that contains the necessary fix, which is why you're still seeing this issue. |
Could you, please, fix that? |
|
Can confirm @cypress/[email protected] fixes this. Cypress run-ct seems to be broken on windows for me though and it times out |
@timfisher What version of cypress are you using? |
I checked and 7.1.0 does work on my windows. Can't wait to have you making tests with it. |
Oh... it is hanging forever... |
If you can clear webpack's cache (delete your node_modules directory if necessary), it works on my side. Sorry for the SPAM. |
Hello @elevatebart , @lmiller1990 , @agg23 I will create new bugs for that issues |
@elevatebart Hey, using 7.10 gets the same issue as @taninnazar with npx cypress run-ct and the updated @cypress/[email protected] (deleted node_modules first) seems he is making an issue so will check there :) thanks for making this tool though it's great :) sure it will be working on Windows fine soon! Don't forget @taninnazar it's an Alpha release so bound to be bugs on things like Windows :) |
We opened this on windows and it was 👌 on our end, I wonder what's going on here. There is also CI running against windows machines, but evidently something is different here. Can you try running |
@lmiller1990 added here - #15976 |
The fix for this has been released. This comment thread has been locked. If you are still experiencing this issue after upgrading, please open a new issue. |
Hello Cypress team,
I have a problem with displaying spec files in new Cypress Component Test Runner even if I use this example of component testing -
https://github.com/lmiller1990/cypress-react-template
Also there is an error in terminal after
yarn cypress open-ct
startedCurrent behavior
Desired behavior
Should display spec files in new Cypress Component Test Runner and should not be an error in terminal
Test code to reproduce
https://github.com/lmiller1990/cypress-react-template
Versions
Cypress version - 7.0.0,
Browser Chrome Version - 89.0.4389.114
Operating System - windows10
Node version - v15.13.0
The text was updated successfully, but these errors were encountered: