2019-10-15 11:58:26 +11:00
|
|
|
from behave.model import Scenario
|
2020-11-01 19:22:49 +07:00
|
|
|
|
|
|
|
|
|
2019-10-15 11:58:26 +11:00
|
|
|
def before_all(context):
|
|
|
|
|
userdata = context.config.userdata
|
|
|
|
|
continue_after_failed = True
|
|
|
|
|
Scenario.continue_after_failed_step = continue_after_failed
|