mirror of
https://github.com/status-im/desktop-qa-automation.git
synced 2025-02-23 09:38:26 +00:00
Otherwise it's very hard to debug anything at all. Signed-off-by: Jakub Sokołowski <jakub@status.im>
13 lines
339 B
INI
13 lines
339 B
INI
[pytest]
|
|
log_level = DEBUG
|
|
log_format = %(asctime)s.%(msecs)03d %(levelname)7s %(name)s %(message).5000s
|
|
log_cli = true
|
|
log_cli_level = DEBUG
|
|
log_cli_format = %(asctime)s.%(msecs)03d %(levelname)7s CLI %(name)s %(message).5000s
|
|
|
|
addopts = --disable-warnings -p no:logging
|
|
|
|
markers =
|
|
smoke: Smoke tests
|
|
self: Framework self-tests
|