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
I tried running a simple testcafe test on testingbot but the TestingBot Tunnel could not start.
Here's the complete error:
~/work/projects/mygrimme(develop*) » yarn testcafe 1 ↵ andy@Ainuddins-MBP
yarn run v1.22.4
$ testcafe 'testingbot:opera@66:BIGSUR' 'test1.js'
⠹
ERROR Was unable to open the browser "testingbot:opera@66:BIGSUR" due to error.
Error: Could not start TestingBot Tunnel. Exit code 1 signal: null
at ChildProcess.<anonymous> (/Users/andy/work/projects/mygrimme/node_modules/testingbot-tunnel-launcher/build/tunnel-launcher.js:147:22)
at ChildProcess.emit (events.js:314:20)
at ChildProcess.EventEmitter.emit (domain.js:486:12)
at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
at Process.callbackTrampoline (internal/async_hooks.js:129:14)
Type "testcafe -h" for help.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
I was also prompted to install JDK. Is JDK a prerequisite?
Hi,
I tried running a simple testcafe test on testingbot but the TestingBot Tunnel could not start.
Here's the complete error:
I was also prompted to install JDK. Is JDK a prerequisite?
The same testcafe setup works for browserstack.
Here are the node module versions I am using
I'm running this on MacOS Catalina 10.15.6
The text was updated successfully, but these errors were encountered: