Adds an issue link to the current test.
Future<void> issue(String value, {String? name}) => link(value, name: name, type: 'issue');