#!/bin/bash ########################################################################### # # Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # # @file run_tests_on_target.sh # # @author (last) Peter Lucia # @date (last) 14-Oct-2020 # @author (original) Peter Lucia # @date (original) 14-Oct-2020 # ############################################################################ cd .. SQUISH_RUNNER_PATH="/opt/squishqt/bin" SQUISH_SERVER_HOST="192.168.10.92" SQUISH_SERVER_PORT=4322 TESTSUITE="$(pwd)" REPORTPATH="$(pwd)/reports" cd $SQUISH_RUNNER_PATH/ ./squishrunner --host $SQUISH_SERVER_HOST --port $SQUISH_SERVER_PORT --testsuite $TESTSUITE --testcase tst_HomeScreen --aut denali -q --reportgen xml2.1,$REPORTPATH/report.xml