Skip to content

Commit

Permalink
Increase project version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Apr 16, 2024
1 parent a8ea075 commit 23e4f5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ C#/.NET package for [Atata](https://github.com/atata-framework/atata) configurat

*The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.*

**[What's new in v2.7.0](https://atata.io/blog/2024/01/11/atata.configuration.json-2.7.0-released/)**
**[What's new in v3.0.0](https://github.com/atata-framework/atata-configuration-json/releases/tag/v3.0.0)**

## Table of Contents

Expand Down Expand Up @@ -386,8 +386,7 @@ with help of `{env:VarName}` template insertions.

"baseUrl": "string",
"culture": "string", // For example: "en-US".
"timeZone": "string", // For example: "UTC".
"artifactsPath": "string",
"artifactsPathTemplate": "string",

"defaultControlVisibility": "string", // Supports: "any" (default), "visible" and "invisible".

Expand Down Expand Up @@ -425,7 +424,6 @@ with help of `{env:VarName}` template insertions.
"useNUnitTestName": true,
"useNUnitTestSuiteName": true,
"useNUnitTestSuiteType": true,
"onCleanUpAddDirectoryFilesToNUnitTestContext": "string",
"useNUnitAggregateAssertionStrategy": true, // Indicates to use NUnitAggregateAssertionStrategy as the aggregate assertion strategy.
"useNUnitWarningReportStrategy": true, // Indicates to use NUnitWarningReportStrategy as the strategy for warning assertion reporting.
"useNUnitAssertionFailureReportStrategy": true, // Indicates to use NUnitAssertionFailureReportStrategy as the strategy for assertion failure reporting.
Expand All @@ -444,15 +442,8 @@ with help of `{env:VarName}` template insertions.
}
],

"screenshotConsumers": [ // Configures list of screenshot consumers.
{
"type": "file", // Supports: "file" and custom consumers registered via ScreenshotConsumerAliases.Register method.
// Custom IScreenshotConsumer type can also be passed as a full type name, e.g.: "Namespace.Class, MyAssembly".
"{{screenshotConsumerPropertyName}}": "value" // Any property of screenshot consumer, e.g.: "filePath", "fileName", "directoryPath".
}
],

"screenshots": { // Configures screenshots functionality.
"fileNameTemplate": "string",
"strategy": {
"type": "webDriverViewport", // Supports: "webDriverViewport", "webDriverFullPage", "cdpFullPage", "fullPageOrViewport",
// and name of custom type implementing "Atata.IScreenshotTakeStrategy".
Expand Down
4 changes: 2 additions & 2 deletions src/Atata.Configuration.Json/Atata.Configuration.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<LangVersion>12.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Version>3.0.0-beta.1</Version>
<Version>3.0.0</Version>
<Description>C#/.NET package for Atata configuration through JSON files.

The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ and .NET Core/Standard 2.0+.
Expand All @@ -21,7 +21,7 @@ Features:
<RepositoryUrl>https://github.com/atata-framework/atata-configuration-json</RepositoryUrl>
<PackageId>Atata.Configuration.Json</PackageId>
<PackageTags>atata automation testing test selenium webdriver browser configuration</PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/atata-framework/atata-configuration-json/releases/tag/v3.0.0</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/atata-framework/atata-configuration-json</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit 23e4f5c

Please sign in to comment.