browserup / browserup-proxy

BrowserUp Proxy is a free utility to watch, test, and manipulate web application network traffic and performance.
https://browserup.com
Apache License 2.0
164 stars 41 forks source link

[enhancement] Create “Verify” (non-throwing) assert-like capability in the BrowserUp Proxy that maps 1-1 with Assert (assert can just throw if verify fails) #188

Closed ericbeland closed 3 years ago

ericbeland commented 5 years ago

Is your feature request related to a problem? Please describe.

Create “Verify” (non-throwing) assert-like capability in the BrowserUp Proxy that maps 1-1 with Assert (assert can just throw if verify fails), This pattern is followed in several Selenium tools. A user may want to check these items without failing an assertion necessarily.

Describe the solution you'd like For every assert method we offer, we should have a verify version. The assert implementation can rely on the verify, and then raise assertion failures as it does now.