actiontestscript/windows

Sponsored OSS

By actiontestscript

Updated 4 months ago

ATS Docker Windows image ready to launch ATS tests suite executions

Image
Languages & frameworks
0

5.0K

actiontestscript/windows repository overview

ActionTestScript test execution with Windows image

For more Examples and details

Retrieve the remote image and store it in your local repository.

Open Powershell console

docker pull actiontestscript/windows

Quick Start with ATS Git project

Open PowerShell console, create a test folder and change to this directory, you can now run the following commands:

Using AtsLauncher
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

Using Maven
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


Quick Start with local ATS project

Open a PowerShell console and change to an ATS project directory, you can now run the following commands:

Using AtsLauncher
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

Using Maven
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 file :

Others images :

Description

ATS 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:

  • ATS java libs
  • ATS windowsdriver
  • ATS maven dependencies
  • geckodriver
  • chromedriver
  • edgedriver
  • operadriver
  • bravedriver
  • jasper

Tag summary

Content type

Image

Digest

sha256:20444eef8

Size

9.5 GB

Last updated

4 months ago

Requires Docker Desktop 4.37.1 or later.

This week's pulls

Pulls:

26

Last week