Getting (node:19069) UnhandledPromiseRejectionWarning after upgrading to 0.17.2 #1769
Labels
AREA: build
STATE: Need clarification
An issue lacks information for further research.
TYPE: bug
The described behavior is considered as wrong (bug).
Are you requesting a feature or reporting a bug?
Bug
What is the current behavior?
Unable to run tests. After upgrading to v0.17.2 and running:
testcafe chrome test1.js --no-sandbox
I get the following error:
(node:19069) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Cannot find module 'testcafe-hammerhead'
(node:19069) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the No de.js process with a non-zero exit code.
What is the expected behavior?
Tests should run successfully.
How would you reproduce the current behavior (if this is a bug)?
Run tests.
Provide the test code and the tested page URL (if applicable)
Tested page URL: Tested on localhost.
Test code
Specify your
The text was updated successfully, but these errors were encountered: