actiontestscript/linux

Sponsored OSS

By actiontestscript

Updated about 8 hours ago

ATS Docker Linux image ready to launch ATS tests suite executions

Image
Languages & frameworks
0

50K+

actiontestscript/linux repository overview

ActionTestScript test execution with Linux image

For more Examples and details

Quick Start with ATS Git project

Open a 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:/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

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


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}:/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

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

Others images :

Description

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

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

Tag summary

Content type

Image

Digest

sha256:a01f93ad7

Size

2.7 GB

Last updated

about 8 hours ago

docker pull actiontestscript/linux:dev

This week's pulls

Pulls:

667

Last week