spyoungtech / behave-webdriver

Selenium webdriver step library for use with the behave BDD testing framework
MIT License
62 stars 21 forks source link

Transform step parameters #61

Closed spyoungtech closed 5 years ago

spyoungtech commented 5 years ago

Tracking efforts from #60 -- possibly implement as step matcher.

See original comments for details.

spyoungtech commented 5 years ago

This is going much better than expected.

Looks like this will have the potential to offer a new degree of polymorphism beyond what I thought could be done easily. Particularly, the ability to change the step function on-the-fly, as a user.

spyoungtech commented 5 years ago

Released in #63