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’m order to break and debug Boa Constrictor the symbols are required and a .snupkg would allow for this. ### Alternatives _No response_ ### Anything else? _No response_...

enhancement

Use `Moq` to write unit tests for WebDriver Tasks. These unit tests should _not_ initialize a real WebDriver. Instead, they should mock WebDriver and make sure calls are successful. There...

unit-tests

Use `Moq` to write unit tests for RestSharp interactions. These unit tests should _not_ initialize a real RestSharp client. Instead, they should mock RestSharp pieces and make sure calls are...

unit-tests

Creating a flowchart on the steps of working of boa-constrictor and adding it to give the viewer a better idea of the working and scope of application.

documentation

Write a user guide for the doc site to show how to handle logging. - Title: "Logging messages" - User Guide Section: "Artifacts" - Resource Path: `/user-guides/logging-messages/` Points to include:...

documentation

Write a user guide for the doc site to show how to generate test log reports. - Title: "Generating test log reports" - User Guide Section: "Artifacts" - Resource Path:...

documentation

Write a user guide for the doc site to show how to dump artifacts, like JSON requests and file downloads. - Title: "Dumping artifacts" - User Guide Section: "Artifacts" -...

documentation

Write a user guide for the doc site to show how to write custom Interactions. - Title: "Writing custom Interactions" - User Guide Section: "Interactions" - Resource Path: `/user-guides/writing-custom-interactions/`

documentation

Write a user guide for the doc site to show how to write custom Abilities. - Title: "Writing custom Abilities" - User Guide Section: "Interactions" - Resource Path: `/user-guides/writing-custom-abilities/` Points...

documentation

Write a user guide for the doc site to show how to wait for answers. - Title: "Waiting for answers" - User Guide Section: "Interactions" - Resource Path: `/user-guides/waiting-for-answers/` The...

documentation