Hello everybody!
I want to add some line breaks in TC description, but \n doesn't work. Can you advise how is it possible to break the line?
reporter.addDescription("This is the first line.\nThis is the second line.");
The result is:
This is the first line.This is the second line.