Official docker image for LambdaTest HyperExecute CLI
10K+
Official docker image for LambdaTest Hyperexecute.
You need username and accesskey to trigger lambdatest hyperexecute. If you already have an account you can visit here to fetch your credentials. If you haven't then please signup here
docker run -it lambdatest/hyperexecute:latest ./hyperexecute --version
docker run -it lambdatest/hyperexecute:latest ./hyperexecute --help
Below steps are mentioned explaining on how to run jobs via hyperexecute image. For reference this sample project is referred: https://github.com/LambdaTest/junit-selenium-hyperexecute-sample
docker run -v "$(pwd)":/<your_work_dir_name> -it lambdatest/hyperexecute:latest ./hyperexecute --user <your_user_name> --key <your_access_key> --config /<your_work_dir_name>/<your_yaml_file_name> -t /<your_work_dir_name>
For example:
git clone https://github.com/LambdaTest/junit-selenium-hyperexecute-sample.git && cd junit-selenium-hyperexecute-sample
docker run -v "$(pwd)":/junit-selenium-hyperexecute-sample -it lambdatest/hyperexecute:latest ./hyperexecute --user {{user_name}} --key {{access_key}} --config /junit-selenium-hyperexecute-sample/hyperexecute.yaml -t /junit-selenium-hyperexecute-sample
FROM lambdatest/hyperexecute:latest
CMD ["hyperexecute", "--user", "<your_user_name>", "--key", "<your_access_key>", "--config", "/<your_work_dir_name>/<your_yaml_file_name>", "-t", "/<your_work_dir_name>"]
docker build -t <custom_image_name> .
docker run -v "$(pwd)":/<your_work_dir_name> -it <custom_image_name>
docker run -it lambdatest/hyperexecute:latest
git clone https://github.com/LambdaTest/junit-selenium-hyperexecute-sample.git && cd junit-selenium-hyperexecute-sample
hyperexecute --user {{user_name}} --key {{access_key}} --config <your_yaml_file_name>
LambdaTest is a cloud based selenium grid infrastructure that can help you run automated cross browser compatibility tests on 2000+ different browser and operating system environments. LambdaTest supports all programming languages and frameworks that are supported with Selenium, and have easy integrations with all popular CI/CD platforms. It's a perfect solution to bring your selenium automation testing to cloud based infrastructure that not only helps you increase your test coverage over multiple desktop and mobile browsers, but also allows you to cut down your test execution time by running tests on parallel.
Licensed under the MIT license.
Content type
Image
Digest
sha256:24c801970…
Size
235.6 MB
Last updated
9 days ago
docker pull lambdatest/hyperexecute