Bellatrix.Telemetry 1.9.5
Bellatrix is a cross-platform, easily customizable and extendable .NET test automation framework that increases tests’ reliability.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Bellatrix.Telemetry</id>
<version>1.9.5</version>
<authors>Automate The Planet Ltd.</authors>
<owners>Automate The Planet Ltd.</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>bellatrix_icon.png</icon>
<projectUrl>https://bellatrix.solutions/</projectUrl>
<description>Bellatrix is a cross-platform, easily customizable and extendable .NET test automation framework that increases tests’ reliability.</description>
<releaseNotes>- improvements in assertion libraries
- web element Table control v. 2.0 with lots of improvements
- improvements in web element ElementList collection
- web element list control caching
- add new ensure web methods
- add new complex web grid control
- add support for latest browsers
- add new BELLATRIX utility methods
- optimize of web element control- add ability to cache
- fix web text area
- Selenoid plug-in
- image recognitioning
- style assetion API
- software management automation library
- configuration through environment variables
- upgrade all libraries to .NET Core 3.1
- fix all known bugs</releaseNotes>
<copyright>Automate The Planet Ltd. 2019</copyright>
<tags>TestFramework,UITests,SystemTests</tags>
<dependencies>
<group targetFramework=".NETCoreApp3.1">
<dependency id="Microsoft.ApplicationInsights" version="2.13.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>