In BufferedWriterWriter.java the ‘write’ method use the default system encoding instead of what the user is set in reporter.config().setEncodint() or to use the default encoding set to be “UTF-8” in FileReporterConfig.java.
You can consider a possible fix with this PR
In BufferedWriterWriter.java the ‘write’ method use the default system encoding instead of what the user is set in reporter.config().setEncodint() or to use the default encoding set to be “UTF-8” in FileReporterConfig.java.
You can consider a possible fix with this PR