-
Notifications
You must be signed in to change notification settings - Fork 672
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
Testcafe doesn't work with node 18.0 #7000
Comments
Hi @mecciau This error is caused by a breaking change in Node.js 18, which broke a lot of popular modules.
This issue will be fixed in the latest version of Node.js or related modules. |
The issue can be fixed with node.js = v.17.9.0 |
A note on this: starting tests via the VSCode plugin "Testcafe Test Runner" does work, |
Hi @ND3V , I can no longer reproduce this problem via CLI either. |
What is your Scenario?
Fresh install of testcafe 1.18.6
trying to run a simple test with
npx testcafe
What is the Current behavior?
What is the Expected behavior?
To start running the test
What is your public website URL? (or attach your complete example)
https://devexpress.github.io/testcafe/example
What is your TestCafe test code?
spec file:
Your complete configuration file
Your complete test report
No response
Screenshots
No response
Steps to Reproduce
TestCafe version
1.18.6
Node.js version
18.0.0
Command-line arguments
testcafe chrome -e test.js
Browser name(s) and version(s)
No response
Platform(s) and version(s)
No response
Other
No response
The text was updated successfully, but these errors were encountered: