[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
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.
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.