boa-constrictor icon indicating copy to clipboard operation
boa-constrictor copied to clipboard

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!

Results 31 boa-constrictor issues
Sort by recently updated
recently updated
newest added

### Description I've run into a problem using Boa with xUnit. Because of the way that xUnit manages shared context between test classes.... [xUnit injects `ITestOutputHelper` into the test class...

enhancement