
def before_all(context):
    context.base_url = 'http://localhost:8800'

def before_tag(context, tag):
    pass

def after_tag(context, tag):
    pass