for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from behave import when, then
@when(u'I visit the homepage')
def step_impl(context):
context.get_browser().visit(context.remote_url)
@then(u'the page should load')
assert 'Nibble' in context.get_browser().title