Selenium.Spotfire.MSTest 3.1.0

dotnet add package Selenium.Spotfire.MSTest --version 3.1.0
NuGet\Install-Package Selenium.Spotfire.MSTest -Version 3.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Selenium.Spotfire.MSTest" Version="3.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Selenium.Spotfire.MSTest --version 3.1.0
#r "nuget: Selenium.Spotfire.MSTest, 3.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Selenium.Spotfire.MSTest as a Cake Addin
#addin nuget:?package=Selenium.Spotfire.MSTest&version=3.1.0

// Install Selenium.Spotfire.MSTest as a Cake Tool
#tool nuget:?package=Selenium.Spotfire.MSTest&version=3.1.0

Support for the creation of MSTest based unit tests for Spotfire using Selenium, part of the Spotfire.Selenium project.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.1.0 11,220 4/26/2021
3.0.1 322 4/21/2021
3.0.0 550 4/14/2021
2.3.0 411 4/8/2021
2.2.0 437 8/10/2020
2.1.1 471 8/6/2020
2.1.0 465 8/5/2020
1.1.0 488 7/21/2020
1.0.0 417 7/14/2020

3.1.0 - Add SuppressMessages and UnsuppressMessages
3.0.1 - Write message to the logs when we capture a screenshot - makes it easier to match files to test cases
3.0.0 - Update to DotNet 5.0
2.3.0 - Support for Spotfire 10.10
2.2.0 - Remove the maximize test in TestAnalysisContents, create files when there are no comparisons
2.1.1 - Allow TestAnalysisContents when there are no image or data files present
2.1.0 - Add TestAnalysisContents method
2.0.0 - Modify API for SetServerUrl and OpenSpotfireAnalysis to ease support of configuration in test context
1.1.0 - Support for capturing Chrome logs
1.0.0 - Initial public release