Ошибка вызова файла testng.xml через Телец - PullRequest
0 голосов
/ 08 мая 2019

Я пытаюсь выполнить testng.xml через Телец.Однако я сталкиваюсь с проблемой.

Мой конфигурационный файл taurus выглядит следующим образом:

execution:
- executor: testng  
  ramp-up: 1m  
  testng-xml: /home/rajan/eclipse-workspace/relay-qa-automation/testng.xml
  scenario: testng-test1

scenarios:
  testng-test1:
      script: /home/rajan/eclipse-workspace/relay-qa-automation/src/test/java/testCases/RA_9524_Verify_Ride_Cost.java
      additional-classpath: 
      - /home/rajan/Desktop/Untitled5.jar 
      - /home/rajan/.m2/repository/org/apache/logging/log4j/log4j-api/2.8.2/log4j-api-2.8.2-sources.jar
      - /home/rajan/.m2/repository/org/apache/logging/log4j/log4j-core/2.8.2/log4j-core-2.8.2-sources.jar   
      - /home/rajan/.m2/repository/org/apache/logging/log4j/log4j-api/2.8.2/log4j-api-2.8.2.jar

При выполнении сценария taurus я получаю сообщение об ошибке ниже:

22:39:40 ERROR: Child Process Error: Empty results, most likely testng-test1 (TestNGTester) failed. Actual reason for this can be found in logs under /home/rajan/eclipse-workspace/relay-qa-automation/2019-05-08_22-39-36.462891
22:39:40 ERROR: TestNGTester STDERR:
May 08, 2019 10:39:38 PM com.blazemeter.taurus.testng.TestNGRunner main
INFO: Starting: [/home/rajan/eclipse-workspace/relay-qa-automation/2019-05-08_22-39-36.462891/runner.properties]
May 08, 2019 10:39:38 PM com.blazemeter.taurus.reporting.TaurusReporter <init>
INFO: File: /home/rajan/eclipse-workspace/relay-qa-automation/2019-05-08_22-39-36.462891/TestNGTester.ldjson, formatter: JSONFormatter
May 08, 2019 10:39:39 PM com.blazemeter.taurus.testng.TestNGRunner setupTestNG
INFO: Using TestNG config: /home/rajan/eclipse-workspace/relay-qa-automation/testng.xml
May 08, 2019 10:39:39 PM com.blazemeter.taurus.testng.TestListener onStart
INFO: onStart
May 08, 2019 10:39:39 PM com.blazemeter.taurus.testng.TestListener onFinish
INFO: onFinish
May 08, 2019 10:39:39 PM com.blazemeter.taurus.testng.TestNGRunner main
INFO: Elapsed: 69, limit: 0.0
May 08, 2019 10:39:39 PM com.blazemeter.taurus.reporting.TaurusReporter close
INFO: Closing reporter stream
...