SeleniumBuilder / se-builder

Legacy Selenium Builder Project
Other
215 stars 104 forks source link

Feature Request: Ability to mark a step as optional #301

Closed pretzelz closed 8 years ago

pretzelz commented 8 years ago

Where you would like a step executed, but the test should continue even if the step fails, would be useful.

Perhaps this could be implemented on the UI with another checkbox to the left of the breakpoint checkbox, representing an 'optional step'.

pretzelz commented 8 years ago

Actually, this is taken care of by using 'verify' steps instead of 'assert', where appropriate.