You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"useNUnitAggregateAssertionStrategy":true, // Indicates to use NUnitAggregateAssertionStrategy as the aggregate assertion strategy.
430
428
"useNUnitWarningReportStrategy":true, // Indicates to use NUnitWarningReportStrategy as the strategy for warning assertion reporting.
431
429
"useNUnitAssertionFailureReportStrategy":true, // Indicates to use NUnitAssertionFailureReportStrategy as the strategy for assertion failure reporting.
@@ -444,15 +442,8 @@ with help of `{env:VarName}` template insertions.
444
442
}
445
443
],
446
444
447
-
"screenshotConsumers": [ // Configures list of screenshot consumers.
448
-
{
449
-
"type":"file", // Supports: "file" and custom consumers registered via ScreenshotConsumerAliases.Register method.
450
-
// Custom IScreenshotConsumer type can also be passed as a full type name, e.g.: "Namespace.Class, MyAssembly".
451
-
"{{screenshotConsumerPropertyName}}":"value"// Any property of screenshot consumer, e.g.: "filePath", "fileName", "directoryPath".
0 commit comments