webrtc / KITE

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

r Fails #129

Closed Lazarus404 closed 4 years ago

Lazarus404 commented 4 years ago

Mac OS Catalina - 10.15.4

While I am able to run c and run the tests, if I run r, I get an error:

$ r configs/js.alltest.apprtc.config.json
fc: event not found: configs/js.alltest.apprtc.config.json

Since I can't run r, I'm assuming this is why Allure shows 0 tests run when running a.

Lazarus404 commented 4 years ago

Okay, this turned out to be an app name conflict. I renamed r to rn and that fixed it.