TestArchitect Command Line tool for triggering tests on remote execution machines
479
This light-weight image only contains TestArchitect Command Line tool which intakes .sh files generated by TestArchitect Client and executes those tests on remote machines.
Sample command to run the image:
docker run --net=host -it logigear/testarchitect-cli ta execute -ls "my_license:14101" -rep "SampleRepository" -prj "Car Rental" -u "administrator" -p "048485A5F4E" -t "/Action-based Testing Basics/Functional Tests/Login Validation" -rs "my_repo:53400" -c "192.168.167.101:53600"
Sample command to call a batch file:
docker run --net=host -it –v /home/user/batch_folder/:/batch_folder/ logigear/testarchitect-cli /batch_folder/LoginValidation.sh
NOTE: your *.sh files must include the Shebang header. Insert #!/bin/bash to the beginning of the *.sh files
To get help about "ta execute" command:
ta execute -help
Content type
Image
Digest
Size
375.3 MB
Last updated
over 7 years ago
docker pull logigear/testarchitect-cli