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
That specific error seems to be caused by an older node version. I think the node: module-names were introduced in node 18. We should probably update the engine field in the package.js to make this clear.
Besides a current version of node, running the e2e-tests locally also requires a selenium server running in a docker-container (using the selenium/standalone-chrome image). I wasn't able to get that to work on an Apple Silicon MacBookPro though (iirc, I got it working using the selenium/standalone-chromium image instead).
But that being said, I don't think the one e2e test is really that worthwhile at the moment.
Hello,
Whenever I try to run the command
npm run test:e2e
it fails saying:ENOENT: no such file or directory, open 'node:events'
I have chromedriver installed in my system.
Any help here?
Thank you!
The text was updated successfully, but these errors were encountered: