windows
ATS Docker Windows image ready to launch ATS tests suite executions
5.0K
For more Examples and details
Open Powershell console
docker pull actiontestscript/windows
Open 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:C:\ats-output actiontestscript/windows sh -c "git clone https://gitlab.com/actiontestscript/ats-test.git . && java AtsLauncher.java output=c:/ats-output/target 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:c:\ats-output actiontestscript/windows powershell -Command "git clone https://gitlab.com/actiontestscript/ats-test.git . ; mvn clean test -D'outbound=false' -D'ats-report=3' -D'surefire.suiteXmlFiles=src/exec/demo.xml' ; xcopy target c:\\ats-output /E /Y /Q"
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}:c:/projects actiontestscript/windows 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}:c:/projects actiontestscript/windows powershell -Command "mvn clean test -D'outbound=false' -D'ats-report=3' -D'surefire.suiteXmlFiles=src/exec/demo.xml'"
Reports and result files will be created in target/surefire-reports folder
docker pull actiontestscript/windows-basedocker pull actiontestscript/windows-browsersATS Docker Windows image ready to launch ATS tests suite executions (ActionTestScript is an open source project)
It build from actiontestscript/windows-browsers. It contains the following packages:
Content type
Image
Digest
sha256:20444eef8…
Size
9.5 GB
Last updated
4 months ago
Requires Docker Desktop 4.37.1 or later.
Pulls:
26
Last week