Skip to content
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

Testingbot Tunnel does not start #1

Closed
andyfaizan opened this issue Aug 13, 2020 · 1 comment
Closed

Testingbot Tunnel does not start #1

andyfaizan opened this issue Aug 13, 2020 · 1 comment

Comments

@andyfaizan
Copy link

Hi,

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?

image

The same testcafe setup works for browserstack.

Here are the node module versions I am using

"testcafe": "^1.9.0",
"testcafe-browser-provider-testingbot": "^1.0.1",

I'm running this on MacOS Catalina 10.15.6

@testingbot
Copy link
Collaborator

Hi @andyfaizan

The TestingBot tunnel is a jar file which requires Java (JRE8).
We will add this prerequisite to our README file as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant