0

When running a load test using k6, the output is hard to read because many characters are not output correctly.

Specifically it's "special" characters like ✗, and ✓

The output looks like this:

enter image description here

The output is in the "Console" section viewed in a Chrome browser.

The same issue exists in the Blue Ocean console in the browser.

How can I configure Jenkins to display these properly?

jhnclvr
  • 9,137
  • 5
  • 50
  • 55

1 Answers1

0

Add option -Dfile.encoding=UTF-8 when starting the Java process for the remote node.

Alex O
  • 7,746
  • 2
  • 25
  • 38