concordion / cubano

A packaged framework for implementing web and API test suites. Builds on Concordion to bring your software delivery team together around living documentation.
http://concordion.org/cubano/framework
Apache License 2.0
15 stars 2 forks source link

Remove BrowserBasedTest interface #83

Open nigelcharman opened 6 years ago

nigelcharman commented 6 years ago

From @andrew-sumner:

BrowserBasedTest interface is redundant

Had this as kept changing how pass things like storyboard to tests and it was a useful way to add and remove methods without a lot of refactoring. It’s back down to a single method which is the browser driver which we could just pass.