webrtc / KITE

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

TypeError: Cannot read property toLocaleUpperCase of undefined at create webdriver #106

Closed valdrinnz closed 4 years ago

valdrinnz commented 4 years ago

We are trying to run kite tests from azure devops, and we are facing this error.

TypeError: Cannot read property 'toLocaleUpperCase' of undefined at createWebDriver (/KITEUx2F;KITE-TEST-Test/js/node_modules/kite-common/wdmgmt/WebDriverFactory.js:38:29) at Object.getDriver (84x2F;KITE84x2F;KITE-TEST-Test/js/node_modules84x2F;kite-common/wdmgmt/WebDriverFactory.js:94:25) at TESTtest.testScript (/KITE84x2F;KITE-TEST-Test/js/TESTtest.js:22:44) at TESTtest.run (/KITE/KITE-TEST-Test/js/node_modules/kite-common/util/KiteBaseTest.js:106:18) at KiteBaseTest (/KITE84x2F;KITE-TEST-Test/js/TESTtest.js:160:14) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) at Function.Module.runMain (module.js:695:11) at startup (bootstrap_node.js:188:16) at bootstrap_node.js:609:3 TypeError: Cannot read property 'quit' of undefined at TESTtest.testScript (84x2F;KITES4x2F;KITE-TEST-Test/js/TESTtest.js:150:25) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) at Function.Module.runMain (module.js:695:11) at startup (bootstrap_node.js:188:16) at bootstrap_node.js:609:3 wrote all data to file

When we run this test from swarm is working good.

namvuCosmo commented 4 years ago

Hi,

Sorry, but we currently don't have the bandwidth to maintain the js code at the moment. We will investigate this when we can.

namvuCosmo commented 4 years ago

Hello,

We just update the repository to fix Js test error. The test should run normally now.

Can you give it a try?

valdrinnz commented 4 years ago

Yeah thank you, it's fixed now. Look like we had problems with KITE version.