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