Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/jenkins/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Docker Katalon在测试套件文件夹中运行所有测试套件_Docker_Jenkins_Katalon Studio_Katalon - Fatal编程技术网

Docker Katalon在测试套件文件夹中运行所有测试套件

Docker Katalon在测试套件文件夹中运行所有测试套件,docker,jenkins,katalon-studio,katalon,Docker,Jenkins,Katalon Studio,Katalon,我是卡塔隆的新手 我有一个Katalon项目,看起来像: 主要项目: foo1 foo2 测试用例 测试套件 文件1.ts 文件2.ts file.ts 所以我想用Docker容器运行Jenkins上test Suites文件夹中的所有测试文件。我尝试使用命令: katalonc-projectPath=./-browserType=“Chrome”-retry=0-statusDelay=15-testSuitePath=“testsuites/” 但我得到了一个错误: Cause

我是卡塔隆的新手
我有一个Katalon项目,看起来像:

主要项目:

  • foo1
  • foo2
  • 测试用例
  • 测试套件
    • 文件1.ts
    • 文件2.ts
    • file.ts
所以我想用Docker容器运行Jenkins上test Suites文件夹中的所有测试文件。我尝试使用命令:
katalonc-projectPath=./-browserType=“Chrome”-retry=0-statusDelay=15-testSuitePath=“testsuites/”

但我得到了一个错误:

Caused by: com.kms.katalon.execution.exception.InvalidConsoleArgumentException: Test suite 'Test Suites/' not found.

有什么想法吗?

您需要将希望在Jenkins中执行的测试套件添加到测试套件集合中:

并将
-testSuiteCollectionPath=“Test Suites/Test sute collection 1”
添加到命令中