Sha256: 0ae13795a1db57e832ebc761b61bccb7379e3e915dcf188a282ff9c11da68f2a

Contents?: true

Size: 1002 Bytes

Versions: 70

Compression:

Stored size: 1002 Bytes

Contents

#/bin/bash
##
# Description
#   This test script overrides the provided title and appname (if provided in the test config. file)
#
# Set the APPLITOOLS_API_KEY environment variable with your key.
#
#          export APPLITOOLS_API_KEY="__YOUR_KEY_HERE__"
##

# Specify browser under test  (chrome, firefox, ie, safari)
BUT=firefox

# Specify the title and appName needed by Applitools
# Specify the title and appName needed by Applitools
## NOTE:  If the test configuration file specifies the title and app, it is superseded by the
##        command line options.
TITLE=Graceland
APP=Elvis

# Specify the test configuration file
TEST_CFG="./test.config.json"

##
# content
# strict
# exact
# layyout
##
MATCH_TYPE="layout"
EYES="--eyes"
#EYES=



# The following command line parameters will override provided title and appName (if provided in test config file)
ruby $SCOUTUI_BIN --viewport "1024x718"  --config $TEST_CFG   --browser $BUT $EYES --app $APP --title $TITLE  --match $MATCH_TYPE  --debug

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
scoutui-2.0.5.5 examples/ex1/test-example.sh
scoutui-2.0.5.4 examples/ex1/test-example.sh
scoutui-2.0.5.2.1.pre examples/ex1/test-example.sh
scoutui-2.0.5.3 examples/ex1/test-example.sh
scoutui-2.0.5.2 examples/ex1/test-example.sh
scoutui-2.0.5.1.1.pre examples/ex1/test-example.sh
scoutui-2.0.5.1 examples/ex1/test-example.sh
scoutui-2.0.5.0.1.pre examples/ex1/test-example.sh
scoutui-2.0.5.0 examples/ex1/test-example.sh
scoutui-2.0.4.2.pre examples/ex1/test-example.sh
scoutui-2.0.4.1.pre examples/ex1/test-example.sh
scoutui-2.0.4.0 examples/ex1/test-example.sh
scoutui-2.0.3.57.pre examples/ex1/test-example.sh
scoutui-2.0.3.56.pre examples/ex1/test-example.sh
scoutui-2.0.3.55.pre examples/ex1/test-example.sh
scoutui-2.0.3.54.pre examples/ex1/test-example.sh
scoutui-2.0.3.53.pre examples/ex1/test-example.sh
scoutui-2.0.3.52.pre examples/ex1/test-example.sh
scoutui-2.0.3.51.pre examples/ex1/test-example.sh
scoutui-2.0.3.50.pre examples/ex1/test-example.sh