Files
Mozilla/mozilla/webtools/testopia/testopia/scripts/regression_test.sh
ghendricks bf7f3a189a Creating testopia 1.0 beta
git-svn-id: svn://10.0.0.236/trunk@199793 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-13 15:09:54 +00:00

12 lines
352 B
Bash
Executable File

# Example regression test script
# It will call create_testscript.sh for a specified
# plan_id with a generated summary and subsequently call the generated test
# script.
. acpm_utilities.sh
export PATH=$PATH:<PathToGeneralTestopiaScripts>
plan_id=<plan_id>
testrunname=<name_for_testrun>
create_testscript.sh $plan_id "$testrunname"
testscript.sh