如何在命令行

时间:2015-12-28 08:19:18

标签: command-line testng

我有一个TestNG项目,我使用testng.xml文件来执行。 如何获取我的项目的jar并在另一台机器上执行它。 我知道如何通过提供bin&的路径在同一台机器上执行它。 lib文件夹即

  

cd C:\ Workspace \ projectname java -cp   C:\工作区\项目名称\ lib中*; C:\工作区\项目名称\ BIN   org.testng.TestNG testng.xml。

但是,如果我想在另一台机器上做怎么做?

1 个答案:

答案 0 :(得分:1)

您可以创建一个指向testng.xml文件的bash文件。

使用此: Bash file is running fine in windows for testng but it is not working in linux/mac

步骤: -

 1. Create a notepad file
 2. Copy -> java -cp ./src/lib/*:./bin org.testng.TestNG testng.xml(use ; instead of : if you are using windows) (./src/lib/* -> All your jars files must present in this location, ./bin -> all your class files must be present here)
 3. save the file.
 4. Rename the file as something.bat
 5. Double click on file if you are using windows or use **bash filename** if using linux or mac

注意: - Java,要求浏览器必须存在于其他计算机中,并且它是与自动化脚本运行无关的先决条件。它们必须预先安装