Atata.Configuration.Json
1.3.0
Prefix Reserved
See the version list below for details.
Install-Package Atata.Configuration.Json -Version 1.3.0
dotnet add package Atata.Configuration.Json --version 1.3.0
<PackageReference Include="Atata.Configuration.Json" Version="1.3.0" />
paket add Atata.Configuration.Json --version 1.3.0
#r "nuget: Atata.Configuration.Json, 1.3.0"
// Install Atata.Configuration.Json as a Cake Addin
#addin nuget:?package=Atata.Configuration.Json&version=1.3.0
// Install Atata.Configuration.Json as a Cake Tool
#tool nuget:?package=Atata.Configuration.Json&version=1.3.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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- Atata (>= 1.5.0)
- Atata.WebDriverExtras (>= 1.3.0)
- Newtonsoft.Json (>= 12.0.2)
- Selenium.WebDriver (>= 3.141.0)
-
.NETFramework 4.5
- Atata (>= 1.5.0)
- Atata.WebDriverExtras (>= 1.3.0)
- Newtonsoft.Json (>= 12.0.2)
- Selenium.WebDriver (>= 3.141.0)
-
.NETFramework 4.6
- Atata (>= 1.5.0)
- Atata.WebDriverExtras (>= 1.3.0)
- Newtonsoft.Json (>= 12.0.2)
- Selenium.WebDriver (>= 3.141.0)
-
.NETStandard 2.0
- Atata (>= 1.5.0)
- Atata.WebDriverExtras (>= 1.3.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 |
---|---|---|
2.0.0 | 98 | 5/11/2022 |
2.0.0-beta.3 | 80 | 4/4/2022 |
2.0.0-beta.2 | 36 | 3/20/2022 |
2.0.0-beta.1 | 46 | 2/16/2022 |
1.8.0 | 5,725 | 11/12/2021 |
1.7.0 | 6,293 | 9/2/2021 |
1.6.0 | 6,006 | 6/4/2021 |
1.5.0 | 4,173 | 12/16/2020 |
1.4.0 | 1,410 | 11/5/2020 |
1.3.0 | 23,679 | 4/28/2020 |
1.2.0 | 8,761 | 9/19/2019 |
1.1.0 | 5,433 | 5/13/2019 |
1.0.0 | 5,673 | 10/19/2018 |
0.17.0 | 2,426 | 9/5/2018 |
0.16.0 | 2,019 | 1/18/2018 |
0.15.0 | 732 | 11/15/2017 |
1.3.0 - https://atata.io/blog/2020/04/28/atata.configuration.json-1.3.0-released/
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.