@@ -12,7 +12,7 @@ C#/.NET package for [Atata](https://github.com/atata-framework/atata) configurat
1212
1313Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.
1414
15- ** [ What's new in v1.5 .0] ( https://atata.io/blog/2020/12/16 /atata.configuration.json-1.5 .0-released/ ) **
15+ ** [ What's new in v1.6 .0] ( https://atata.io/blog/2021/06/04 /atata.configuration.json-1.6 .0-released/ ) **
1616
1717## Table of Contents
1818
@@ -380,6 +380,8 @@ string sectionBoolValue = AppConfig.Current.Section.BoolProperty;
380380 },
381381 " baseUrl" : " string" ,
382382 " culture" : " string" , // For example: "en-US".
383+ " timeZone" : " string" , // For example: "UTC".
384+ " artifactsPath" : " string" ,
383385
384386 " baseRetryTimeout" : 5 , // Sets the base retry timeout in seconds.
385387 " baseRetryInterval" : 0.5 , // Sets the base retry interval in seconds.
@@ -402,9 +404,13 @@ string sectionBoolValue = AppConfig.Current.Section.BoolProperty;
402404 " useAllNUnitFeatures" : true , // Indicates to enable all NUnit features for Atata.
403405 // Or enable particular NUnit configuration options:
404406 " useNUnitTestName" : true ,
407+ " useNUnitTestSuiteName" : true ,
408+ " useNUnitTestSuiteType" : true ,
405409 " logNUnitError" : true ,
406410 " takeScreenshotOnNUnitError" : true ,
407411 " takeScreenshotOnNUnitErrorTitle" : " string" ,
412+ " onCleanUpAddArtifactsToNUnitTestContext" : true ,
413+ " onCleanUpAddDirectoryFilesToNUnitTestContext" : " string" ,
408414 " useNUnitAggregateAssertionStrategy" : true , // Indicates to use NUnitAggregateAssertionStrategy as the aggregate assertion strategy.
409415 " useNUnitWarningReportStrategy" : true , // Indicates to use NUnitWarningReportStrategy as the strategy for warning assertion reporting.
410416
0 commit comments