Allow users to specify actions as: @action('And I click something') def click_something(): //click something This would reduce A LOT the noise generated by actions. A lot of repeated code would just go.
Allow users to specify actions as:
@action('And I click something')
def click_something():
//click something
This would reduce A LOT the noise generated by actions. A lot of repeated code would just go.