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
Really fascinating project! Most of the popular sites are supported.
One issue I faced is that the code in testcafe-hammerhead handling dynamic-import have some confliction.
js have import() function will lead to:
TypeError: Cannot read properties of null (reading 'destUrl')
Really fascinating project! Most of the popular sites are supported.
One issue I faced is that the code in testcafe-hammerhead handling dynamic-import have some confliction.
js have import() function will lead to:
TypeError: Cannot read properties of null (reading 'destUrl')
https://github.com/DevExpress/testcafe-hammerhead/blob/ae88ef6e970f63f989bb5ea32ad307b7472b9f75/src/processing/script/transform.ts#L133
Not so sure how to work around. Please advice.
The text was updated successfully, but these errors were encountered: