You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DevTools listening on ws://127.0.0.1:57503/devtools/browser/2399dd54-4b51-41b5-8356-69e8331d0336
(node:96746) ExperimentalWarning: --experimental-loader may be removed in the future; instead use register():
--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("file%3A///Users/raku/Library/Caches/Cypress/13.7.2/Cypress.app/Contents/Resources/app/node_modules/ts-node/esm/transpile-only.mjs", pathToFileURL("./"));'
(Use node --trace-warnings ... to show where the warning was created)
(node:96746) ExperimentalWarning: The Node.js specifier resolution flag is experimental. It could change or be removed at any time.
(node:96746) ExperimentalWarning: The Node.js specifier resolution flag is experimental. It could change or be removed at any time.
(Use node --trace-warnings ... to show where the warning was created)
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
Port 3000 is already in use
Error: Port 3000 is already in use
at Server.onError (file:///Users/raku/repos/AppFlowy-Web/node_modules/.pnpm/vite@5.2.0_@types[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-B8QpfTwU.js:47028:28)
at Server.emit (node:events:517:28)
at emitErrorNT (node:net:1844:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
When parallel, each task start a server, how to solve this? (server port should always be 3000, because only this port allow cross origin)
The text was updated successfully, but these errors were encountered:
lumixraku
changed the title
Error: ENOENT: no such file or directory, scandir 'cypress/integration'. when I use cypress-parallel
Port 3000 is already in use when parallele cypress components test.
May 8, 2025
Uh oh!
There was an error while loading. Please reload this page.
when I run
DevTools listening on ws://127.0.0.1:57503/devtools/browser/2399dd54-4b51-41b5-8356-69e8331d0336
(node:96746) ExperimentalWarning:
--experimental-loader
may be removed in the future; instead useregister()
:--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("file%3A///Users/raku/Library/Caches/Cypress/13.7.2/Cypress.app/Contents/Resources/app/node_modules/ts-node/esm/transpile-only.mjs", pathToFileURL("./"));'
(Use
node --trace-warnings ...
to show where the warning was created)(node:96746) ExperimentalWarning: The Node.js specifier resolution flag is experimental. It could change or be removed at any time.
(node:96746) ExperimentalWarning: The Node.js specifier resolution flag is experimental. It could change or be removed at any time.
(Use
node --trace-warnings ...
to show where the warning was created)The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
Port 3000 is already in use
Error: Port 3000 is already in use
at Server.onError (file:///Users/raku/repos/AppFlowy-Web/node_modules/.pnpm/vite@5.2.0_@types[email protected][email protected]/node_modules/vite/dist/node/chunks/dep-B8QpfTwU.js:47028:28)
at Server.emit (node:events:517:28)
at emitErrorNT (node:net:1844:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
My cypress.config.ts
When parallel, each task start a server, how to solve this? (server port should always be 3000, because only this port allow cross origin)
The text was updated successfully, but these errors were encountered: