Boa.Constrictor.Screenplay
3.1.0
See the version list below for details.
dotnet add package Boa.Constrictor.Screenplay --version 3.1.0
NuGet\Install-Package Boa.Constrictor.Screenplay -Version 3.1.0
<PackageReference Include="Boa.Constrictor.Screenplay" Version="3.1.0" />
paket add Boa.Constrictor.Screenplay --version 3.1.0
#r "nuget: Boa.Constrictor.Screenplay, 3.1.0"
// Install Boa.Constrictor.Screenplay as a Cake Addin #addin nuget:?package=Boa.Constrictor.Screenplay&version=3.1.0 // Install Boa.Constrictor.Screenplay as a Cake Tool #tool nuget:?package=Boa.Constrictor.Screenplay&version=3.1.0
What is Boa Constrictor?
Boa Constrictor is the .NET Screenplay Pattern. It helps you make better interactions for better automation!
The Screenplay Pattern can be summarized in one line: Actors use Abilities to perform Interactions.
What is this package?
Boa.Constrictor.Screenplay
contains the "core" interfaces and classes for the Screenplay Pattern.
It is the top-level dependency for all Boa Constrictor interactions.
If you want to create your own interaction library, use this package as your base.
How do I get started?
- Visit the GitHub Pages doc site to learn how to use it.
- Take the official tutorial to get your hands dirty with the code.
- See the latest changes in the project changelog.
- Review the contributing guide and the code of conduct for contributing to the project.
- Join our Discord server to collaborate with the community.
Product | Versions 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 is compatible. 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 | 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. |
-
.NETStandard 2.0
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Newtonsoft.Json (>= 13.0.1)
-
net5.0
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Newtonsoft.Json (>= 13.0.1)
-
net7.0
- Microsoft.Bcl.HashCode (>= 1.1.1)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Boa.Constrictor.Screenplay:
Package | Downloads |
---|---|
Boa.Constrictor.Selenium
Boa Constrictor is the .NET Screenplay Pattern! This package is the Selenium WebDriver interaction library. |
|
Boa.Constrictor.RestSharp
Boa Constrictor is the .NET Screenplay Pattern! This package is the RestSharp interaction library. |
|
Boa.Constrictor.Xunit
Boa Constrictor is the .NET Screenplay Pattern! This package is the xUnit support library. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Boa.Constrictor.Screenplay:
Repository | Stars |
---|---|
q2ebanking/boa-constrictor
Boa Constrictor is a C# implementation of the Screenplay Pattern. Its primary use case is Web UI and REST API test automation. Boa Constrictor helps you make better interactions for better automation!
|
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 43,408 | 6/3/2023 |
3.1.0 | 520 | 5/25/2023 |
3.0.3 | 24,391 | 12/13/2022 |
3.0.3-alpha1 | 267 | 12/9/2022 |
3.0.2 | 17,768 | 12/8/2022 |
3.0.2-alpha2 | 252 | 12/5/2022 |
3.0.2-alpha1 | 280 | 12/4/2022 |
3.0.1 | 946 | 12/3/2022 |
3.0.0 | 332 | 12/3/2022 |
3.0.0-alpha1 | 845 | 12/2/2022 |
Please read https://github.com/q2ebanking/boa-constrictor/blob/main/Boa.Constrictor.Screenplay/CHANGELOG.md for full release notes.