-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 tests found when directory name has [] (Component Testing with Next.js) #24588
Comments
Update – the problem reproduces for Cypress 11 as well :( |
.Thanks @levaleks, I was able to reproduce, routed to CT team. |
The code for this is done in cypress-io/cypress#25299, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
Hello, I encountered a similar issue previously reported here #20573
Running tests inside a square-bracket folder lead to a "No tests found." error.
Desired behavior
Tests inside square-bracket folders work in a usual way.
Test code to reproduce
Just wrap a folder name containing component tests in [].
Cypress Version
10.11.0 and 11.0.1
Node version
16.15.0
Operating System
macOS 12.6
Debug Logs
No response
Other
Next – 12.3.0
dev server framework – 'next'
dev server bundler – 'webpack'
The text was updated successfully, but these errors were encountered: