mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
fd64142295
* Set up Jenkins file #74 * Fix Allure trend * Display resolution changed on CI * TestRail integration * Fix test on create community * Fix wallet tests * Fix field description in jenkinsfile * Test name and test scope parameters were split in Jenkinsfile * Clean up moved in post stage * Environment variables set up changed in JenkinsFile * Fix test ID * Fix warnings in JenkinsFile * Copy artifacts directory changed * Fix of two space indentations in Jenkinsfile * Extra environment variable removed * Move tests wallet in one folder --------- Co-authored-by: Valentina Novgorodtceva <valentina@status.im>
10 lines
198 B
INI
10 lines
198 B
INI
[pytest]
|
|
log_format = %(asctime)s.%(msecs)03d %(levelname)7s %(name)s %(message).5000s
|
|
log_cli = true
|
|
|
|
addopts = --disable-warnings
|
|
|
|
markers =
|
|
smoke: Smoke tests
|
|
self: Framework self-tests
|