• Stars
    star
    114
  • Rank 306,868 (Top 7 %)
  • Language
    C#
  • License
    Other
  • Created almost 4 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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!

Boa Constrictor Logo


BoaConstrictor Contributors Commits OpenPullRequests OpenIssues License Hacktoberfest

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 are the different packages?

Boa Constrictor has multiple NuGet packages:

  • NugetPackage NugetDownloads
  • NugetPackage NugetDownloads
  • NugetPackage NugetDownloads
  • NugetPackage NugetDownloads
  • NugetPackage NugetDownloads

Boa Constrictor also has a SpecFlow Action:

  • NugetPackage NugetDownloads

If you want to use both Selenium WebDriver and RestSharp, use the "classic" Boa.Constrictor package. Otherwise, use the package for the specific interaction libraries you need.

How do I get started?