status-desktop/test/e2e/pytest.ini
Anastasiya Semenkevich ba3626e017 chore: update marks and readMe file
Fixes https://github.com/status-im/desktop-qa-automation/issues/391

1. replaced all the skip marks for tests that are linked to status-desktop tickets to xfail
2. updated readme to explain marks
2023-12-20 17:38:27 +03:00

24 lines
977 B
INI

[pytest]
log_level = INFO
log_format = %(asctime)s.%(msecs)03d %(levelname)7s %(name)s %(message).5000s
log_cli = true
log_cli_level = INFO
log_cli_format = %(asctime)s.%(msecs)03d %(levelname)7s CLI %(name)s %(message).5000s
addopts = --disable-warnings -p no:logging
markers =
critical: Critical checks for every PR
settings_all: All tests related to the settings
settings_keycard: Tests related to Keycard settings
settings_messaging: Tests related to messaging settings
settings_profile: Tests related to profile settings
settings_wallet: Tests related to wallet settings
messaging: All tests related to 1x1 chat and group chat functionality
communities: All tests related to communities functionality
onboarding: All tests related to onboarding
keycard: All tests related to Keycard functionality
wallet: All tests related to wallet functionality
online_identifier: All tests related to online_identifier functionality