webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
469 stars 126 forks source link

Test not starting browsers #182

Closed ckmoga closed 3 years ago

ckmoga commented 3 years ago
I am trying to run the example tests and have setup local grid. But nothing happens when test start; no errors and no browser windows open. `2021-04-29 11:10:23,207 INFO - new RoomManager(2 max per room) for https://appr.tc 2021-04-29 11:10:23,207 INFO - Please make sure that you have enough room for all users. 2021-04-29 11:10:23,209 INFO - getRoomUrl(random) function, with random value = true/false, will give you the base url with or without a randomized ID. 2021-04-29 11:10:23,216 INFO - Finished reading the configuration file 2021-04-29 11:10:23,217 INFO - Creating report folder if not exist at :C:\Projects\kiyata\vsiedu\KITE\KITE-AppRTC-Test/kite-allure-reports/ 2021-04-29 11:10:23,232 INFO - Running {"type":"interop","name":"IceConnectionTest %ts","testImpl":"org.webrtc.kite.apprtc.tests.IceConnectionTest","description":"This test check the ICEConnection state between two browsers communicating via appr.tc","tupleSize":2,"noOfThreads":1,"maxRetryCount":0,"delayForClosing":0,"permute":true} ... 2021-04-29 11:10:23,243 INFO - Executing {"type":"interop","name":"IceConnectionTest %ts","testImpl":"org.webrtc.kite.apprtc.tests.IceConnectionTest","description":"This test check the ICEConnection state between two browsers communicating via appr.tc","tupleSize":2,"noOfThreads":1,"maxRetryCount":0,"delayForClosing":0,"permute":true} for 1 browser tuples with size :2 2021-04-29 11:10:23,253 INFO - current phase in test manager has been set to DEFAULT 2021-04-29 11:10:23,262 INFO - -------------------------------------------------- Number of registered tests: 0 Elapsed time: 0m0s (avg:0m0s) Running test case with ID: 0/1 ETA (for IceConnectionTest %ts): Estimating..

2021-04-29 11:10:23,264 INFO - execute(DEFAULT) for the test case: WIN_ch-WINch (2021-04-29-111023) 2021-04-29 11:10:23,268 INFO - Not load test, init report for test 2021-04-29 11:10:23,289 INFO - Finished filling out initial report for phase 2021-04-29 11:10:23,290 INFO - payload handling 2021-04-29 11:10:23,292 INFO - the payload is {"url":"https://appr.tc","takeScreenshotForEachTest":true,"getStats":{"enabled":true,"statsCollectionTime":2000,"statsCollectionInterval":2000,"peerConnections":["appController.call.pcClient.pc"],"selectedStats":["inbound-rtp","outbound-rtp","candidate-pair","track"]}} 2021-04-29 11:10:23,302 INFO - Creating runners 2021-04-29 11:10:23,303 INFO - Start creating the TestRunner id 0 in 0ms 2021-04-29 11:10:23,304 INFO - Start creating the TestRunner id 1 in 0ms 2021-04-29 11:10:23,329 INFO - unknown(no Web Driver): Creating web driver for {"app":false,"kind":"browser","logger":{"name":"org.webrtc.kite.config.client.Client","appender":{},"debugEnabled":true},"count":5,"clientIndex":0,"fullReset":false,"jsonConfig":{"browserName":{},"platform":{}},"capability":{"headless":false,"windowSize":"1920,1200","technologyPreview":false,"useFakeMedia":true,"flags":[],"extraCapabilities":{},"maxInstances":5,"gateway":"none"},"paas":{"specList":[],"networkProfile":{"corrupt":0,"delay":0,"cleanUpCommand":"","bandwidth":0,"packetloss":0,"name":"NONE","id":"","duplicate":0,"command":""},"availableSlots":3,"type":"local","region":"NC","url":"http://localhost:4444/wd/hub"},"name":"1","networkProfile":{"corrupt":0,"delay":0,"cleanUpCommand":"","bandwidth":0,"packetloss":0,"name":"","id":"","duplicate":0,"command":""},"exclude":false,"browserSpecs":{"extension":"","profile":"","driverString":"-Dwebdriver.chrome.driver=./chromedriver","browserName":"chrome","deviceName":"unknown","platform":"WINDOWS"},"region":"NC"} 2021-04-29 11:10:23,329 INFO - unknown(no Web Driver): Creating web driver for {"app":false,"kind":"browser","logger":{"name":"org.webrtc.kite.config.client.Client","appender":{},"debugEnabled":true},"count":5,"clientIndex":0,"fullReset":false,"jsonConfig":{"browserName":{},"platform":{}},"capability":{"headless":false,"windowSize":"1920,1200","technologyPreview":false,"useFakeMedia":true,"flags":[],"extraCapabilities":{},"maxInstances":5,"gateway":"none"},"paas":{"specList":[],"networkProfile":{"corrupt":0,"delay":0,"cleanUpCommand":"","bandwidth":0,"packetloss":0,"name":"NONE","id":"","duplicate":0,"command":""},"availableSlots":3,"type":"local","region":"NC","url":"http://localhost:4444/wd/hub"},"name":"0","networkProfile":{"corrupt":0,"delay":0,"cleanUpCommand":"","bandwidth":0,"packetloss":0,"name":"","id":"","duplicate":0,"command":""},"exclude":false,"browserSpecs":{"extension":"","profile":"","driverString":"-Dwebdriver.chrome.driver=./chromedriver","browserName":"chrome","deviceName":"unknown","platform":"WINDOWS"},"region":"NC"}`

Any ideas what I may be doing wrong?