2
If you are writing a lot of tests, it is currently difficult to get an overview of the created tests, so it wouldn't be bad if you could enter additional information in the test attributes, which will be displayed by test tools.
Fictitious example that contains the idea:
[Test(DisplayName="Assume XXX when YYY", ObjectType:Codeunit, Codeunit:TargetObject, Reference="FreeText or GUID" )]
procedure Then_This_Does_Not_Have_To_Apply_To_Everything()
begin
// [GIVEN] Given Some State
// [WHEN] When Some Action
// [THEN] Then Expected Output
end;
Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team