I am trying to setup LambdaTest in the Zalenium Docker. I have followed the steps mentioned in Zalenium - A flexible and scalable Selenium Grid. to setup the Zalenium docker and it was installed successfully.
However, when I try to use LambdaTest with Zalenium docker, I get 401 unauthorized error. I am running all the commands mentioned below as an administrator
These are steps that I have followed so far:
- Pull the docker image of the Lambda Tunnel by running the command (Source - Localhost Testing With Docker Tunnel | LambdaTest)
docker pull lambdatest/tunnel:latest
- Set the required environment variables mentioned in the LambdaTest Zalenium setup page:
set LT_USERNAME= “user.name” set LT_ACCESS_KEY=“access.key” set LT_URL=“https://user.name:access.key@hub.lambdatest.com/wd/hub:9002”
I am using the port number as 9002.
- Followed the steps mentioned on the Zalenium site (for using the Zalenium Docker with LambdaTest):
Same steps are also mentioned here.
Once I run the command, I get the error as shown below:
Looks like the authorization is not going through. Can the LamdaTest team help me figure this out since it is blocking the usage of the Zalenium docker.
Thanks in advance.
- Himanshu Sheth (@hjsblogger)