Add tags to test directory
Future<void> addTags(Directory testDir, List<String> tags) async { for (final tag in tags) { await addTag(testDir, tag); } }