mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
e2e: more logging
This commit is contained in:
parent
12ba82844a
commit
96b170a19d
@ -1,6 +1,6 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
norecursedirs = .git views
|
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
|
junit_family=legacy
|
||||||
markers =
|
markers =
|
||||||
critical: TCs by priority
|
critical: TCs by priority
|
||||||
|
@ -342,6 +342,7 @@ class BaseView(object):
|
|||||||
|
|
||||||
def just_fyi(self, some_str):
|
def just_fyi(self, some_str):
|
||||||
self.driver.info('# STEP: %s' % some_str, device=False)
|
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):
|
def click_system_back_button(self, times=1):
|
||||||
self.driver.info('Click system back button')
|
self.driver.info('Click system back button')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user