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
Copy file name to clipboardExpand all lines: README.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ C#/.NET package for [Atata](https://github.com/atata-framework/atata) configurat
12
12
13
13
*The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.*
14
14
15
-
**[What's new in v2.2.0](https://atata.io/blog/2022/11/17/atata.configuration.json-2.2.0-released/)**
15
+
**[What's new in v2.3.0](https://atata.io/blog/2023/06/24/atata.configuration.json-2.3.0-released/)**
16
16
17
17
## Table of Contents
18
18
@@ -388,7 +388,7 @@ with help of `{env:VarName}` template insertions.
388
388
"timeZone":"string", // For example: "UTC".
389
389
"artifactsPath":"string",
390
390
391
-
"defaultControlVisibility":"string", // Supports: "Any" (default), "Visible" and "Invisible".
391
+
"defaultControlVisibility":"string", // Supports: "any" (default), "visible" and "invisible".
392
392
393
393
"baseRetryTimeout":5, // Sets the base retry timeout in seconds.
394
394
"baseRetryInterval":0.5, // Sets the base retry interval in seconds.
@@ -408,6 +408,9 @@ with help of `{env:VarName}` template insertions.
408
408
"aggregateAssertionStrategyType":"string", // Sets the type name of the aggregate assertion strategy. The type should implement IAggregateAssertionStrategy.
409
409
"warningReportStrategyType":"string", // Sets the type name of the strategy for warning assertion reporting. The type should implement IWarningReportStrategy.
0 commit comments