What happened?
When using the Javadoc as description using @Description, it looks like @throws parts of the method's Javadoc are simply appended verbatim to the documentation.
Example:
/**
* This is my test description.
*
* @throws Exception
* Thrown when the test unexpectedly fails.
*/
@Test
@Description
public void testSomething() throws Exception {
// ...
}
Allure shows:

We would not expect the @throws Javadoc tag to be part of the message.
What Allure Integration are you using?
allure-junit5
What version of Allure Integration you are using?
2.27.0
What version of Allure Report you are using?
2.27.0
Code of Conduct
What happened?
When using the Javadoc as description using
@Description, it looks like@throwsparts of the method's Javadoc are simply appended verbatim to the documentation.Example:
Allure shows:
We would not expect the
@throwsJavadoc tag to be part of the message.What Allure Integration are you using?
allure-junit5
What version of Allure Integration you are using?
2.27.0
What version of Allure Report you are using?
2.27.0
Code of Conduct