You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to rename tunnelId with tunnelName for a better convention for the end users, as we have tunnelId and tunnelName as two different convention for LambdaTest tunnel, where tunnelId is an integer value which is uniquely generated for each LambdaTest tunnel.
integration/geb-gradle/src/main/groovy/geb/gradle/lambdatest/LambdaTestTunnelOps.groovy
Replace LOCAL_ID_ENV_VAR to TUNNEL_NAME_ENV_VAR
Replace GEB_LAMBDATEST_TUNNELID to GEB_LAMBDATEST_TUNNEL_NAME
module/geb-core/src/main/groovy/geb/driver/LambdaTestDriverFactory.groovy
Replace tunnelId to tunnelName
Replace GEB_LAMBDATEST_TUNNELID to GEB_LAMBDATEST_TUNNEL_NAME
The text was updated successfully, but these errors were encountered:
We would like to rename tunnelId with tunnelName for a better convention for the end users, as we have tunnelId and tunnelName as two different convention for LambdaTest tunnel, where tunnelId is an integer value which is uniquely generated for each LambdaTest tunnel.
In Geb code, following changes are required:
integration/geb-gradle/src/main/groovy/geb/gradle/lambdatest/LambdaTestTunnelOps.groovy
Replace LOCAL_ID_ENV_VAR to TUNNEL_NAME_ENV_VAR
Replace GEB_LAMBDATEST_TUNNELID to GEB_LAMBDATEST_TUNNEL_NAME
module/geb-core/src/main/groovy/geb/driver/LambdaTestDriverFactory.groovy
Replace tunnelId to tunnelName
Replace GEB_LAMBDATEST_TUNNELID to GEB_LAMBDATEST_TUNNEL_NAME
The text was updated successfully, but these errors were encountered: