Hi there! I’ve been using LambdaTest for a work project, where we run a large number of tests throughout the day. Recently, we integrated LambdaTest automation, but we’re encountering an issue where the tunnel disconnects either before or during our pytest sessions. The error message in both cases is: Either tunnel is not running or disconnected.
We’re starting the tunnel inside a Docker container using the lambdatest/tunnel:latest image, with only my credentials and no tunnelName argument specified for any of the sessions. Could you please advise on a solution?
Here is our current tunnel configuration:
    image: lambdatest/tunnel:latest
    container_name: lambdatesttunnel
    command: [
      "--user", "****",
      "--key", "****",
    ]