webrtc / KITE

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

Attachments files name KO for JS #120

Closed scastrec closed 4 years ago

scastrec commented 4 years ago

Looks like, as statusDetails, the attachment name for the files are not read Java part. It's correctly set from javascript (present in temp/result.json) but not in kite-allure-reports.

scastrec commented 4 years ago

Code to add in JSRunnerTest:

                String name = attachmentJSON.getString("name");
                reporter.textAttachment(stepReport, name, text, extension);

PR submitted

namvuCosmo commented 4 years ago

PR merged