TypeError: __get$ is not a Function when testing on a remote browser #8038
Labels
STATE: Need clarification
An issue lacks information for further research.
TYPE: bug
The described behavior is considered as wrong (bug).
What is your Scenario?
We have a React SPA application running on a IoT device. The device features a builtin display and includes the Cog browser (Webkit) v0.14.0
What is the Current behavior?
as soon as we load the connectUrl the screen will show the following error:
twice on the screen.
What is the Expected behavior?
The tests should be executed.
We recently updated our testcafe environment from version
1.9.1
to3.0.1
The used Node version was
12.8.3
and now is18.18.0
(current LTS release)Could the issue be related to the node version 18.x like mentioned in these issues:
We also did a search for previous issues on this topic but could find none that quite matches our use-case
https://github.com/DevExpress/testcafe/issues?q=TypeError%3A+__get%24+is+not+a+Function
What is your public website URL? (or attach your complete example)
The code is executed on device, no public URL is available.
What is your TestCafe test code?
One small example test would be:
Test file TF_ACCESSPOINT.ts
Your complete configuration file
Your complete test report
There is no report because the test fail to run at all.
Screenshots
Steps to Reproduce
TestCafe version
3.0.1
Node.js version
18.18.0
Command-line arguments
testcafe --config-file .testcaferc.cjs remote --fixture-meta wkt=true,manual=false,tango=true
Browser name(s) and version(s)
Cog (Webkit) on IoT device: https://github.com/Igalia/cog/releases/tag/0.14.0
Platform(s) and version(s)
Windows 10
Other
No response
The text was updated successfully, but these errors were encountered: