-
Notifications
You must be signed in to change notification settings - Fork 676
Error: [BABEL] unknown: Preset #5808
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
Comments
Hello, I tried to reproduce it and my tests passed without such errors. Could you please share a simple project that illustrates this issue? |
Sure np. Just use my fork of the electron-react-boilerplate. It is based on the tag 1.4 of the template and i only updated testcafe@1.10.0. To reproduce the mentioned error follow these steps:
|
Hi @zerocewl Thank you for the example. I reproduced the issue. Stay tuned for our further updates. |
I'm experiencing the same error since 1.10.0. For me, it happens when
|
Just upgraded to 1.10.0 and am running into this error as well. I don't think it's related to a |
Folks, Thank you for your examples. We reproduced the issue and are working on it. At the moment, we've got all the information we need. |
I got the exact same problem too with vue.js.
As you can see, the line "@vue/app" is commented out so that testcafe works. Otherwise it will through the same exception that is given by the thread owner. However, the preset is required to be able to run the vue app. It would be nice if the internals of testcafe would respect the preset or at least if we could specify a babel.config.js file to be used for testcafe (so that I could have a babel.config.js for the development/release and a babel.e2e.config.js for testcafe for example). |
@Thaval |
I can confirm it's working now, got version 1.10.0 before. Thanks for the quick fix. |
Updating testcafe from v 1.9.4 to v 1.10.0 throws an error before ELECTRON test execution starts.
testcafe electron:./app
Tested with 0.0.15 and new 0.0.16 testcafe-browser-provider-electron
Note: The tests work fine even with Testcafe 1.9.4 and testcafe-browser-provider-electron 0.0.16.
What is your Test Scenario?
Start some tests =)
What is the Current behavior?
Tests do not start.
What is the Expected behavior?
Tests should start.
What is your web application and your TestCafe test code?
Your website URL (or attach your complete example):
Your complete test code (or attach your test files):
Your complete configuration file (if any):
Your complete test report:
Screenshots:
Steps to Reproduce:
Your Environment details:
The text was updated successfully, but these errors were encountered: