webrtc / KITE

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

Missing API documentation #128

Closed Lazarus404 closed 4 years ago

Lazarus404 commented 4 years ago

I'd like to use this to test a number of systems in my organisation. I am NOT a Java developer :-)

As such, what I need is the JS API documentation. I've attempted to find the TestUtils Java class, so I can gleam potential API calls from that, but assume this must reside in a separate repo.

Is there a good place to start to find the API calls available to me in the tests?

namvuCosmo commented 4 years ago

Hi,

Sorry we are a bit lacking in the documentation department, and the JS code is quite limited comparing to the java code.

Most of KITE's JS code is in the kite-common library, which you can find here : https://www.npmjs.com/package/kite-common

In the util package you'll find the code for the case test class along with other things: image