cypress: [7.0.0] Doesn't display list of specs in Cypress Component Test Runner

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 started

Current behavior

Screenshot_2 Screenshot_1 Screenshot_3

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

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 21 (13 by maintainers)

Most upvoted comments

Looks like it’s an issue with lazy-compile-webpack-plugin setting up Webpack paths on Windows https://github.com/liximomo/lazy-compile-webpack-plugin/issues/12. We’re currently investigating a fix.