A Buildkite plugin that opens a LambdaTest tunnel.
It contains a pre-command hook, pre-exit hook, and tests using plugin-tester.
To use a particular tunnel, you can get LT_TUNNEL_NAME
from the environment variables in your test scripts (BUILDKITE_JOB_ID
).
steps:
- command: 'yarn && yarn LT test'
plugins:
- lambdatest/lambdatest#v1.0.0
To run the tests, run .ci/test.sh
- Plugin:
.ci/lint-plugin.sh
- Shell files
.ci/lint-shell.sh