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