Skip to content

Commit

Permalink
Merge pull request #65 from quantori/feature/verbose_logging
Browse files Browse the repository at this point in the history
Feature/verbose logging
  • Loading branch information
Oleg-Mozhey authored May 10, 2024
2 parents 0e6db1a + 1950b7f commit 26a200d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void CheckCustomFields()
if (!projectIds.Contains(_testRailSettings.ProjectId))
{
throw new ArgumentException(
$"\r\nOne of the required fields: \"{field.SystemName}\" should be global or attached to the project with id: {_testRailSettings.ProjectId}\r\n");
$"\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");
}
}
}
Expand Down

0 comments on commit 26a200d

Please sign in to comment.