You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
@baev
Unable to attach due to site limitations.
Pasting content below sample.txt
As you can see \n is not present in desc field.
Here the code I used:
reporter.addDescription("This test case is skipped. \nReason: need to find a way to deal with captcha");
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.
The text was updated successfully, but these errors were encountered: