Sha256: ef67bcaebd50803224a8ab24a6da03acd5fc9e34685087ac086a1066428d4978
Contents?: true
Size: 838 Bytes
Versions: 63
Compression:
Stored size: 838 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__" ## export SCOUTUI_BIN=../../../bin/scoutui_driver.rb # Specify browser under test (chrome, firefox, ie, safari) BUT=firefox # 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=DEMO-CarMax APP=Oct2015 # Specify the test configuration file TEST_CFG="../test-configs/test.config.json" PM="../appmodel/page_model.json,../appmodel/common.json" ./run-test.sh -b chrome -i -d ../commands/ex2.hover.yml -P "${PM}" -t ../test-configs/test.config.json -v
Version data entries
63 entries across 63 versions & 1 rubygems