How to run taiko on remote host? #2596
ShayWeizmanFG
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm new to taiko.
I want to run taiko on remote host, windows machine, I need to run the test on chrome headful (With UI) on windows. (Not in docker).
What should be installed on the remote host? taiko? chromium? env variables? How does it listen to the client that try to connect?
My openBrowser() is like this:
await openBrowser({
headless: true,
args: ["--proxy-server=http://" + getenv("TENANT_DOMAIN_NAME") + ":8080"],
host: '34.76.168.63',
port: 9000,
ignoreCertificateErrors: true
});
Thanks in advance!
Shay
Beta Was this translation helpful? Give feedback.
All reactions