Skip to content

Commit 26a200d

Browse files
authored
Merge pull request #65 from quantori/feature/verbose_logging
Feature/verbose logging
2 parents 0e6db1a + 1950b7f commit 26a200d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GherkinSyncTool.Synchronizers.TestRail/Utils/TestRailCaseFields.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void CheckCustomFields()
5151
if (!projectIds.Contains(_testRailSettings.ProjectId))
5252
{
5353
throw new ArgumentException(
54-
$"\r\nOne of the required fields: \"{field.SystemName}\" should be global or attached to the project with id: {_testRailSettings.ProjectId}\r\n");
54+
$"\r\nOne of the required fields: \"{field.SystemName}\" should be global or attached to the project with id: {_testRailSettings.ProjectId}. Please open TestRail Customizations menu and configure field with System Name '\"{field.SystemName}\"'\r\n");
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)