Create features template

This commit is contained in:
Dion Moult
2019-10-15 11:58:26 +11:00
parent f78fb0a4f0
commit 58b7c42fc5
3 changed files with 89 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from behave.model import Scenario
def before_all(context):
userdata = context.config.userdata
continue_after_failed = True
Scenario.continue_after_failed_step = continue_after_failed