String filePathOf(String testId) { final match = RegExp(r'\((.*?)\)').firstMatch(testId); return match?.group(1)?.trim() ?? ''; }