Results 2 comments of rexizam

I'm facing the same problem with Cypress v13.6.0, NX v16.9.1, Node v18 and rspack core v0.3.14 Here is my cypress config: ``` component: { supportFile: "cypress/support/index.ts", specPattern: "**/*.component-test.{ts,tsx}", experimentalSingleTabRunMode: false,...

> I found the reason of this `no tests found` here, it can be fixed by this [commit](https://github.com/cypress-io/cypress/commit/87ce14a70f5534ec80a2cdc9a5084fc36a0b3c5a) of cypress/webpack-dev-server of this [new loader](https://github.com/cypress-io/cypress/blob/d6f356f561a5ebdc42ee80632c2daf6990760c9d/npm/webpack-dev-server/src/loader.ts#L21). For rspack, with the dev-server [cypress-rspack-dev-server](https://github.com/th3fallen/cypress-rspack-dev-server/tree/main),...