Eggplant Command Line Options

This page explains the different options you can use when you run Eggplant Functional scripts from a command line using the Eggplant command. This command launches the Eggplant Functional GUI application. Note that if you run one of these options using the runscript command, the Eggplant Functional GUI launches. See Runscript Command Options to learn more. ここでの情報は、Mac、Windows、およびLinuxオペレーティングシステムに当てはまります。 For more information about these commands, see Running from the Command Line.

Note: We use the term arguments to describe the options you pass with the runscript or Eggplant command when you run those commands from the command line. Other terms you might be familiar with include options and flags.

スクリプトに入力情報としてパスする値を指す用語、パラメータを使用します。スクリプトをコマンドラインから実行するときにスクリプトにパラメータをパスする詳しい情報については、パラメータをパスするをご覧ください。

-AlertOnError

Use: Specifies whether to show an alert when script execution fails. 有効値:yes/no。

例:

Mac (bash shell):

/Applications/eggPlant.app/Contents/MacOS/Eggplant -RunOnLaunch /Users/Alex/appTests.suite/Scripts/test3.script -AlertOnError yes

Windows (command shell):

"C:\Program Files\eggPlant\eggPlant.bat" -RunOnLaunch "C:\Users\Alex\Documents\MyTests.suite\scripts\test3.script" -AlertOnError yes

Linux (bash shell):

Eggplant -RunOnLaunch ~/Documents/appTests.suite/Scripts/test1.script -AlertOnError yes

Note: This parameter overrides the Eggplant Functional Alert user when script execution fails General Preference.

-AlertOnFailedConnections

Use: Specifies whether to show an alert when a connection fails. 有効値:yes/no。

例:

Mac (bash shell):

/Applications/eggPlant.app/Contents/MacOS/Eggplant -RunOnLaunch /Users/Alex/appTests.suite/Scripts/test3.script -AlertOnFailedConnections yes

Windows (command shell):

"C:\Program Files)\eggPlant\eggPlant.bat" -RunOnLaunch "C:\Users\Alex\Documents\MyTests.suite\scripts\test3.script" -AlertOnFailedConnections yes

Linux (bash shell):

Eggplant -RunOnLaunch ~/Documents/appTests.suite/Scripts/test1.script -AlertOnFailedConnections yes

Note: This parameter overrides the Eggplant Functional Show alert when a connection fails General Preference.

-AutoShowRunWindow

Use: Specifies to bring the Run window forward when the script is run. 有効値:yes/no。

例:

Mac (bash shell):

/Applications/eggPlant.app/Contents/MacOS/Eggplant -AutoShowRunWindow yes

Windows:

"C:\Program Files\Eggplant\Eggplant.bat" -AutoShowRunWindow yes

Linux (bash shell):

Eggplant -AutoShowRunWindow yes

Note: Overrides the Eggplant Functional Bring the Run window forward when a script is run General Preference.

-DefaultDocumentDirectory

用途:ヘルプスイートのパスといった、相対ファイルパスの開始ディレクトリです。

例:

Mac (bash shell):

/Applications/eggPlant.app/Contents/MacOS/Eggplant -DefaultDocumentDirectory ~/Documents/EggplantDocs

Windows (command shell):

"C:\Program Files\Eggplant\eggPlant.bat" -DefaultDocumentDirectory "C:\Users\Elizabeth\Documents\eggPlantTests"

Linux (bash shell):

Eggplant ~/Documents/appTests.suite/Scripts/test1.script -DefaultDocumentDirectory ~/Documents

Note: This is the same as the Eggplant Functional GUI Default Suite Directory General Preference.

-open

Use: The -open argument launches Eggplant Functional from the command line with a suite open. Include the path to the specific suite with the -open argument. The -open argument also can open specific scripts. Include the path to the specific script to do this.

例:

Mac (bash shell)

/Applications/eggPlant.app/Contents/MacOS/Eggplant -open ~/Documents/appTests.suite

/Applications/eggPlant.app/Contents/MacOS/Eggplant -open ~/Documents/appTests.suite/scripts/testscript.script

Windows (command shell)

"C:\Program Files\eggPlant\Eggplant.bat" "C:\Users\Alex\Documents\appTests.suite" -open

"C:\Program Files\eggPlant\Eggplant.bat" "C:\Users\Alex\Documents\appTests.suite\scripts\testscript.script" -open

Linux (bash shell):

Eggplant ~/Documents/appTests.suite -open

Eggplant ~/Documents/appTests.suite/scripts/testscript.script -open

-param (-p)

Use: The -param argument passes parameters to a script. You can use -param before or after the name of the script. Note that the -param string must precede each parameter in the script. The -p form is an abbreviation for the same parameter. これらは同じ意味で使用可能です。

Note: The -param argument (without an "s" on the end) is not the same as the older -params parameter.

例:

Mac (bash shell):

/Applications/eggPlant.app/Contents/MacOS/Eggplant -RunOnLaunch ~/Documents/appTests.suite/Scripts/test1.script -param "SUT1" -param "phonebook.txt"

Windows (command shell):

"C:\Program Files\eggPlant\Eggplant.bat" -RunOnLaunch "C:\Users\Alex\Documents\MyTests.suite\scripts\test1.script" -param "SUT1" -param "phonebook.txt"

Linux (bash shell):

Eggplant -RunOnLaunch ~/Documents/appTests.suite/Scripts/test1.script -param "SUT1" -param "phonebook.txt"

-QuitAfterRun

Use: Invokes the given script or suite schedule, then quits Eggplant Functional. 有効値:yes/no。 To cancel the quit, open Eggplant Functional, choose Eggplant from the main menu, then Quit. その後、Cancel Quit(終了をキャンセル)ボタンをクリックします。

例:

Mac (bash shell):

/Applications/eggPlant.app/Contents/MacOS/Eggplant -RunOnLaunch /Users/Alex/Docs.suite/Scripts/myTests/test2.script -QuitAfterRun yes

Windows(command shell):

"C:\Program Files\Eggplant\Eggplant.bat" -RunOnLaunch "C:\Users\Alex\Documents\MySuite.suite\Scripts\test2.script" -QuitAfterRun yes

Linux (bash shell):

Eggplant -RunOnLaunch ~/Documents/appTests.suite/Scripts/test1.script ~/Documents/appTests.suite/Scripts/test2.script -QuitAfterRun yes

-ReopenDocuments

Use: Specifies whether to reopen the last open suites and scripts when you launch Eggplant Functional. 有効値:yes/no。

例:

Mac (bash shell):

/Applications/eggPlant.app/Contents/MacOS/Eggplant -ReopenDocuments no

Windows:

"C:\Program Files\Eggplant\Eggplant.bat" -ReopenDocuments no

Linux (bash shell):

Eggplant -ReopenDocuments no

Note: This parameter overrides the Eggplant Functional Suites and scripts from last session General Preference.

-RestoreConnection

Use: Specifies whether to restore connections from the last session when you launch Eggplant Functional. 有効値:yes/no。

例:

Mac (bash shell):

/Applications/eggPlant.app/Contents/MacOS/Eggplant -RestoreConnection yes

Windows:

"C:\Program Files\Eggplant\Eggplant.bat" -RestoreConnection yes

Linux (bash shell):

Eggplant -RestoreConnection yes

Note: This parameter overrides the Eggplant Functional Reopen connections from last session General Preference.

-RunOnLaunch

Use: Invokes the specified script(s) or suite schedule when you launch Eggplant Functional.

例:

Mac (bash shell):

/Applications/eggPlant.app/Contents/MacOS/Eggplant -RunOnLaunch /Users/Alex/Alex_Tests.suite/Schedule1

Windows:

"C:\Program Files\Eggplant\Eggplant.bat" -RunOnLaunch "C:\Users\Alex\Documents\Eggplant\MySuite.suite\Schedule1"

Linux (bash shell):

Eggplant -RunOnLaunch ~/Documents/appTests.suite/scripts/test1.script

 

This topic was last updated on 2月 01, 2019, at 11:13:23 午前.

Eggplant icon Eggplant.io | Documentation Home | User Forums | Support | Copyright © 2019 Eggplant