ATS Docker Linux image ready to launch ATS tests suite executions
50K+
For more Examples and details
Open a PowerShell console, create a test folder and change to this directory, you can now run the following commands:
docker run --rm -it -v ${PWD}\target:/home/ats-user/ats-test actiontestscript/linux sh -c "git clone https://gitlab.com/actiontestscript/ats-test.git . && java AtsLauncher.java output=/home/ats-user/ats-test/ats-output outbound=false atsreport=3 suiteXmlFiles=demo"
Reports and result files will be created in target/ats-output folder
docker run --rm -it -v ${PWD}\target:/home/ats-user/outputs actiontestscript/linux sh -c "git clone https://gitlab.com/actiontestscript/ats-test.git /home/ats-user/temp/ && cp -r /home/ats-user/temp/* /home/ats-user/projects && cd /home/ats-user/projects && mvn clean test -Doutbound=false -Dats-report=3 -Dsurefire.suiteXmlFiles=src/exec/demo.xml -Doutput=/home/ats-user/outputs"
Reports and result files will be created in target/surefire-reports folder
Open a PowerShell console and change to an ATS project directory, you can now run the following commands:
docker run --rm -it -v ${PWD}:/home/ats-user/ats-project actiontestscript/linux sh -c "java AtsLauncher.java outbound=false atsreport=3 suiteXmlFiles=demo"
(You can run the tests using the CMD console too)
docker run --rm -it -v %cd%:/home/ats-user/ats-project actiontestscript/linux sh -c "java AtsLauncher.java outbound=false atsreport=3 suiteXmlFiles=demo"
Reports and result files will be created in target/ats-output folder
docker run --rm -it -v ${PWD}:/home/ats-user/ats-project actiontestscript/linux sh -c "mvn clean test -Doutbound=false -Dats-report=3 -Dsurefire.suiteXmlFiles=src/exec/demo.xml"
Reports and result files will be created in target/surefire-reports folder
docker pull actiontestscript/linux-basedocker pull actiontestscript/linux-browsersATS Docker Linux image ready to launch ATS tests suite executions (ActionTestScript is an open source project)
It build from actiontestscript/linux-browsers. It contains the following packages:
Content type
Image
Digest
sha256:a01f93ad7…
Size
2.7 GB
Last updated
about 8 hours ago
docker pull actiontestscript/linux:devPulls:
667
Last week