There is an issue with LambdaTest tunnel which gets timed out in polling mode through Jenkins due to different tunnel ready message with geb-lambdatest plugin when tunnel is started in polling mode instead of websocket mode. We have modified the tunnel ready message. This will fix the lambdatest tunnel getting started with Jenkins . We need your help @erdi in committing it.
Pull Request
final String tunnelReadyMessage = 'Tunnel claim successful'
to
final String tunnelReadyMessage = 'Secure connection established, you may start your tests now'
There is an issue with LambdaTest tunnel which gets timed out in polling mode through Jenkins due to different tunnel ready message with geb-lambdatest plugin when tunnel is started in polling mode instead of websocket mode. We have modified the tunnel ready message. This will fix the lambdatest tunnel getting started with Jenkins . We need your help @erdi in committing it.
Pull Request
final String tunnelReadyMessage = 'Tunnel claim successful'to
final String tunnelReadyMessage = 'Secure connection established, you may start your tests now'