Skip to content

Ginger-Automation/GingerContainers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Ginger Automation

Build status Gitter chat License

Linux: Build Status Windows: Build Status Mac: Build Status

Ginger is an Automation IDE, Drag & Drop automation, Can be used by users with or without coding skills, open platform with plugin capabilities.

Ginger Container Images for Execution

Available Images

Light Weight image to run backend execution (Based on Alpine)
To Pull Image use : docker pull ghcr.io/ginger-automation/gingerruntime:latest

Created on top of Ginger-Runtime Image with Firefox and Chromium
To Pull Image use : docker pull ghcr.io/ginger-automation/gingerruntime-browsers:latest

Windows Image used for executing backend automation on Windows
To Pull Image use : docker pull ghcr.io/ginger-automation/ginger:latest

To view help

docker run {image Name} run --help

To Execute Runset from source control repository and Save Reports locally

docker run -v “SourcePath”:”HostPath” {image Name} run --do-not-analyze --env “Environment” --encrypted --url “RepositoryUrl” --encryptionKey "SolutionEncryptionkey" --pass “SourceControl-Password” --runset “RunsetName” --solution “PathToDownloadSolution” --type GIT --user “username”

To Execute Runset from local folder

docker run -v “SourcePath”:”HostPath” {image Name} run --do-not-analyze --env “Environment” --encryptionKey " SolutionEncryptionkey " --runset “RunsetName” --solution “PathToSolution”

Arguments to Build run command

-s, --solution Required. Set solution folder

-r, --runset Required. Set runset name

-e, --env (Default: Default) Set environment name

-d, --do-not-analyze runAnalyzer

-i, --showui (Default: false) Show Auto Run Window UI - Windows only

-a, --artifacts-path Select Artifacts output directory

-t, --type Source Control Management type i.e: GIT, SVN

-h, --url Source Control URL

-u, --user Source Control User

-p, --pass Source Control Pass

-g, --encrypted password is encrypted

-c, --ignoreCertificate Ignore certificate errors while cloning solution

-v, --verbose (Default: normal) Select Verbose level: normal, debug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published