Atata.Configuration.Json
1.2.0
Prefix Reserved
See the version list below for details.
dotnet add package Atata.Configuration.Json --version 1.2.0
NuGet\Install-Package Atata.Configuration.Json -Version 1.2.0
<PackageReference Include="Atata.Configuration.Json" Version="1.2.0" />
paket add Atata.Configuration.Json --version 1.2.0
#r "nuget: Atata.Configuration.Json, 1.2.0"
// Install Atata.Configuration.Json as a Cake Addin #addin nuget:?package=Atata.Configuration.Json&version=1.2.0 // Install Atata.Configuration.Json as a Cake Tool #tool nuget:?package=Atata.Configuration.Json&version=1.2.0
C#/.NET package for Atata configuration through JSON files.
Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.
Atata.Configuration.Json on GitHub: https://github.com/atata-framework/atata-configuration-json
Atata Framework documentation: https://atata.io/
Features:
- Full configuration of Atata context via JSON file
- Custom settings
- Multi-driver configuration
- Merged configuration via multiple files
- Multiple environments support
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- Atata (>= 1.3.0)
- Atata.WebDriverExtras (>= 1.2.0)
- Newtonsoft.Json (>= 12.0.2)
- Selenium.WebDriver (>= 3.141.0)
-
.NETFramework 4.5
- Atata (>= 1.3.0)
- Atata.WebDriverExtras (>= 1.2.0)
- Newtonsoft.Json (>= 12.0.2)
- Selenium.WebDriver (>= 3.141.0)
-
.NETStandard 2.0
- Atata (>= 1.3.0)
- Atata.WebDriverExtras (>= 1.2.0)
- Newtonsoft.Json (>= 12.0.2)
- Selenium.WebDriver (>= 3.141.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 1,631 | 4/16/2024 |
3.0.0-beta.1 | 69 | 4/10/2024 |
2.7.0 | 7,005 | 1/11/2024 |
2.6.0 | 280 | 12/6/2023 |
2.5.0 | 341 | 10/24/2023 |
2.4.0 | 494 | 9/1/2023 |
2.3.0 | 7,166 | 6/24/2023 |
2.2.0 | 4,226 | 11/17/2022 |
2.1.0 | 2,104 | 7/20/2022 |
2.0.0 | 641 | 5/11/2022 |
2.0.0-beta.3 | 179 | 4/4/2022 |
2.0.0-beta.2 | 136 | 3/20/2022 |
2.0.0-beta.1 | 145 | 2/16/2022 |
1.8.0 | 21,774 | 11/12/2021 |
1.7.0 | 11,186 | 9/2/2021 |
1.6.0 | 10,792 | 6/4/2021 |
1.5.0 | 6,495 | 12/16/2020 |
1.4.0 | 2,722 | 11/5/2020 |
1.3.0 | 26,411 | 4/28/2020 |
1.2.0 | 11,171 | 9/19/2019 |
1.1.0 | 6,836 | 5/13/2019 |
1.0.0 | 6,592 | 10/19/2018 |
0.17.0 | 2,671 | 9/5/2018 |
0.16.0 | 2,293 | 1/18/2018 |
0.15.0 | 990 | 11/15/2017 |
1.2.0 - https://atata.io/blog/2019/09/19/atata.configuration.json-1.2.0-released/
1.1.0 - https://atata.io/blog/2019/05/13/atata.configuration.json-1.1.0-released/
1.0.0 - https://atata.io/blog/2018/10/19/atata.configuration.json-1.0.0-released/
0.17.0 - https://atata.io/blog/2018/09/05/atata.configuration.json-0.17.0-released/
0.16.0 - https://atata.io/blog/2018/01/18/atata.configuration.json-0.16.0-released/
0.15.0 - Initial release.