e2e: more logging
This commit is contained in:
parent
12ba82844a
commit
96b170a19d
|
@ -1,6 +1,6 @@
|
|||
[pytest]
|
||||
norecursedirs = .git views
|
||||
addopts = -s -v --tb=line --junitxml=result.xml --dist loadgroup -n 5
|
||||
addopts = -s -v --tb=short --junitxml=result.xml --dist loadgroup -n 5
|
||||
junit_family=legacy
|
||||
markers =
|
||||
critical: TCs by priority
|
||||
|
|
|
@ -342,6 +342,7 @@ class BaseView(object):
|
|||
|
||||
def just_fyi(self, some_str):
|
||||
self.driver.info('# STEP: %s' % some_str, device=False)
|
||||
self.driver.execute_script("sauce:context=STEP: %s" % some_str)
|
||||
|
||||
def click_system_back_button(self, times=1):
|
||||
self.driver.info('Click system back button')
|
||||
|
|
Loading…
Reference in New Issue