Advertisement
fedorm

fedorm

Dec 14th, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.52 KB | None | 0 0
  1. SLF4J: Class path contains multiple SLF4J bindings.
  2. SLF4J: Found binding in [jar:file:/home/me/Documents/setretail10/SetRetail10_Cash/lib/logging/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  3. SLF4J: Found binding in [jar:file:/home/me/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-log4j12/1.7.7/58f588119ffd1702c77ccab6acb54bfb41bed8bd/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  4. SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
  5. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
  6. log4j:WARN No such property [encoding] in org.apache.log4j.PatternLayout.
  7. java.io.FileNotFoundException: /home/me/Documents/setretail10/setrobot.properties (No such file or directory)
  8.     at java.io.FileInputStream.open0(Native Method)
  9.     at java.io.FileInputStream.open(FileInputStream.java:195)
  10.     at java.io.FileInputStream.<init>(FileInputStream.java:138)
  11.     at java.io.FileInputStream.<init>(FileInputStream.java:93)
  12.     at ru.crystals.setrobot.toolkits.utils.TestConfig.reloadConfig(TestConfig.java:96)
  13.     at ru.crystals.setrobot.toolkits.utils.TestConfig.reloadConfig(TestConfig.java:87)
  14.     at ru.crystals.setrobot.toolkits.utils.TestConfig.<init>(TestConfig.java:49)
  15.     at ru.crystals.setrobot.toolkits.SetRobot.<init>(SetRobot.java:69)
  16.     at ru.crystals.setrobottouch.infrastructure.RobotWrapper.setUpCashBundle(RobotWrapper.java:223)
  17.     at ru.crystals.setrobottouch.infrastructure.RobotWrapper.getCashBundle(RobotWrapper.java:49)
  18.     at ru.crystals.setrobottouch.infrastructure.RobotWrapper.setSearchLoyTxBeforeReturnCheckNeed(RobotWrapper.java:60)
  19.     at ru.crystals.setrobottouch.cases.Hooks.setup(Hooks.java:19)
  20.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23.     at java.lang.reflect.Method.invoke(Method.java:498)
  24.     at cucumber.runtime.Utils$1.call(Utils.java:40)
  25.     at cucumber.runtime.Timeout.timeout(Timeout.java:16)
  26.     at cucumber.runtime.Utils.invoke(Utils.java:34)
  27.     at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
  28.     at cucumber.runtime.Runtime.runHookIfTagsMatch(Runtime.java:224)
  29.     at cucumber.runtime.Runtime.runHooks(Runtime.java:212)
  30.     at cucumber.runtime.Runtime.runBeforeHooks(Runtime.java:202)
  31.     at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:40)
  32.     at cucumber.runtime.model.CucumberFeature.run(CucumberFeature.java:165)
  33.     at cucumber.runtime.Runtime.run(Runtime.java:122)
  34.     at cucumber.api.cli.Main.run(Main.java:36)
  35.     at cucumber.api.cli.Main.main(Main.java:18)
  36. setrobot.requests (No such file or directory)
  37. setrobot.execrequests (No such file or directory)
  38. 13:33:33.055:
  39. 13:33:33.056:
  40. 13:33:33.056: ********************************
  41. 13:33:33.056: Logging is started on 2018.12.14
  42. 13:33:33.056: Set Robot 2.0.1 (10.03.2014)
  43. 13:33:33.056: ********************************
  44. Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer
  45. 13:33:33.602: Инициализация робота до запуска кассы заняла 00:00.556
  46. [14/12/18 13:33:33:033] INFO bundles.BundleManager: Add bundle - _ru.crystals.setrobot.toolkits.SetRobotRemote_    ru.crystals.setrobot.toolkits.SetRobotRemote
  47.  
  48. [14/12/18 13:33:33:033] INFO bundles.BundleManager:          lazy = true
  49.  
  50. 13:33:33.628: Cash object is being created...
  51. 13:33:35.418: Manzana service emulator started!
  52. 13:33:35.674: Cash object is created within 00:02.046
  53. [14/12/18 13:33:36:036] INFO cases.CucumberContext: Set main browser Chrome.
  54.  
  55. [14/12/18 13:33:36:036] INFO cases.CucumberContext: Set customer browser Chrome.
  56.  
  57. [14/12/18 13:33:36:036] INFO customer.CustomerSalePage: Navigate customer page on: http://172.29.16.238:8082/
  58.  
  59. java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver. The latest version can be downloaded from http://chromedriver.storage.googleapis.com/index.html
  60. at com.google.common.base.Preconditions.checkState(Preconditions.java:485)
  61.   at org.openqa.selenium.remote.service.DriverService.findExecutable(DriverService.java:109)
  62.   at org.openqa.selenium.chrome.ChromeDriverService.access$000(ChromeDriverService.java:32)
  63.   at org.openqa.selenium.chrome.ChromeDriverService$Builder.findDefaultExecutable(ChromeDriverService.java:137)
  64.   at org.openqa.selenium.remote.service.DriverService$Builder.build(DriverService.java:296)
  65.   at org.openqa.selenium.chrome.ChromeDriverService.createDefaultService(ChromeDriverService.java:88)
  66.   at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:152)
  67.   at ru.crystals.setrobottouch.infrastructure.ChromeBrowser.createNewChromeDriver(ChromeBrowser.java:23)
  68.   at ru.crystals.setrobottouch.infrastructure.ChromeBrowser.driver(ChromeBrowser.java:17)
  69.   at ru.crystals.setrobottouch.infrastructure.Browser.get(Browser.java:193)
  70.   at ru.crystals.setrobottouch.pages.customer.CustomerSalePage.navigate(CustomerSalePage.java:28)
  71.   at ru.crystals.setrobottouch.cases.steps.customer.CustomerSteps.openCustomerPage(CustomerSteps.java:22)
  72.   at ✽.Дано к кассе подключен экран покупателя(/home/me/Documents/setretail10/SetRetail10_Utils/testStand/SetRobotTouch/src/test/resources/cucumber/loyalty/Выдача_подарков_и_наклеек.feature:8)
  73.  
  74. Skipped step
  75.  
  76. Skipped step
  77.  
  78. Skipped step
  79.  
  80. Skipped step
  81.  
  82. Skipped step
  83.  
  84. Skipped step
  85.  
  86. Failed scenarios:
  87. /home/me/Documents/setretail10/SetRetail10_Utils/testStand/SetRobotTouch/src/test/resources/cucumber/loyalty/Выдача_подарков_и_наклеек.feature:12 # Сценарий: Кассир сканирует и выдает подарки покупателю после перехода к оплате
  88.  
  89. 1 Scenarios (1 failed)
  90. 12 Steps (1 failed, 10 skipped, 1 passed)
  91. 0m3.661s
  92.  
  93. java.lang.IllegalStateException: The path to the driver executable must be set by the webdriver.chrome.driver system property; for more information, see https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver. The latest version can be downloaded from http://chromedriver.storage.googleapis.com/index.html
  94.     at com.google.common.base.Preconditions.checkState(Preconditions.java:485)
  95.     at org.openqa.selenium.remote.service.DriverService.findExecutable(DriverService.java:109)
  96.     at org.openqa.selenium.chrome.ChromeDriverService.access$000(ChromeDriverService.java:32)
  97.     at org.openqa.selenium.chrome.ChromeDriverService$Builder.findDefaultExecutable(ChromeDriverService.java:137)
  98.     at org.openqa.selenium.remote.service.DriverService$Builder.build(DriverService.java:296)
  99.     at org.openqa.selenium.chrome.ChromeDriverService.createDefaultService(ChromeDriverService.java:88)
  100.     at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:152)
  101.     at ru.crystals.setrobottouch.infrastructure.ChromeBrowser.createNewChromeDriver(ChromeBrowser.java:23)
  102.     at ru.crystals.setrobottouch.infrastructure.ChromeBrowser.driver(ChromeBrowser.java:17)
  103.     at ru.crystals.setrobottouch.infrastructure.Browser.get(Browser.java:193)
  104.     at ru.crystals.setrobottouch.pages.customer.CustomerSalePage.navigate(CustomerSalePage.java:28)
  105.     at ru.crystals.setrobottouch.cases.steps.customer.CustomerSteps.openCustomerPage(CustomerSteps.java:22)
  106.     at ✽.Дано к кассе подключен экран покупателя(/home/me/Documents/setretail10/SetRetail10_Utils/testStand/SetRobotTouch/src/test/resources/cucumber/loyalty/Выдача_подарков_и_наклеек.feature:8)
  107.  
  108. Skipped step
  109.  
  110. Skipped step
  111.  
  112. Skipped step
  113.  
  114. Skipped step
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement