Result test in Console

已回答

I want to change sth in my console when i do tests. Now I have like this. I dont want to roll up "Process finished with..." and I saw once that test name (Email with invalid address) sometimes is shown in console like "-Email...". How I change this?

0

You can try to fold "Process finished with" as it's done for initial command line (File | Settings | Editor | General | Console).

As far as I know, test names are not printed to the console in IDEA, so it must be a test framework or tests themselves.

Anna

0

请先登录再写评论。