webrtc / KITE

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

Add console logs to Allure Report using JavaScript #174

Closed valdrin123 closed 2 years ago

valdrin123 commented 3 years ago

How to add console logs to Allure Report by choosing JavaScript for writing test cases ?

Does KITE support that ?

Because for now I can only show in the Allure Report steps and checks through the stepDescription() method.

A-nguyenv commented 3 years ago

Hello, the JS library is not as supported as the Java since we work mostly in Java. Currently, we do not have the bandwith to look into this but will prioritize your problem as soon as possible.

valdrin123 commented 3 years ago

Thank you for your response. For future that'll be fine.

But do you have any solution for this in Java? If you have one please feel free to share.